mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
pom
This commit is contained in:
parent
3581d6e097
commit
2b8aa6db40
71 changed files with 598 additions and 4 deletions
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
69e1a2627ae256c41c4bfddd929a4585
|
||||
|
|
@ -0,0 +1 @@
|
|||
c5e289dae89a33260dca26dc58d8686afb4132c6
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
5433dc0c9fbf3446ad91bcdf20d44ab8
|
||||
|
|
@ -0,0 +1 @@
|
|||
9f9bdd986fa5733ffe4b9060468e4edadbe3c990
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
9826366887f9da8b8142d629e91afd94
|
||||
|
|
@ -0,0 +1 @@
|
|||
63ae753e89e626769bb3e0d563dce7a1ba4461ca
|
||||
|
|
@ -0,0 +1,50 @@
|
|||
<!--
|
||||
Copyright (C) 2013 Stefan Schroeder
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
Contributors:
|
||||
Stefan Schroeder - initial API and implementation
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>jsprit</groupId>
|
||||
<artifactId>jsprit-project</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<relativePath>../jsprit-project/pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jsprit-analysis</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jfree</groupId>
|
||||
<artifactId>jfreechart</artifactId>
|
||||
<version>1.0.14</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jsprit-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
</project>
|
||||
|
|
@ -0,0 +1 @@
|
|||
b053c8cd81b79af3f0a05489f85a7496
|
||||
|
|
@ -0,0 +1 @@
|
|||
571759757ed5c9890e90497e0480f03816afa8da
|
||||
12
mvn-repo/snapshots/jsprit/jsprit-analysis/maven-metadata.xml
Normal file
12
mvn-repo/snapshots/jsprit/jsprit-analysis/maven-metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>jsprit</groupId>
|
||||
<artifactId>jsprit-analysis</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1</release>
|
||||
<versions>
|
||||
<version>0.0.1</version>
|
||||
</versions>
|
||||
<lastUpdated>20130604083818</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
|
@ -0,0 +1 @@
|
|||
7e164f681a2373cbfa273216c6b8d8f7
|
||||
|
|
@ -0,0 +1 @@
|
|||
f6e2d746994d8ebcd256a4efad3d48b1ad03dd07
|
||||
Loading…
Add table
Add a link
Reference in a new issue