We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f02ec commit bed7d90Copy full SHA for bed7d90
README.md
@@ -8,13 +8,13 @@ You need xmlstarlet installed.
8
9
10
## Maven central
11
-This project is available in the central maven repository, see https://central.sonatype.com/search?q=g%3Ade.vdv&smo=true
+This project is available in the central maven repository, see https://central.sonatype.com/artifact/org.opentripplanner/ojp-java-model
12
13
-For example, to use this in a maven project use:
+For example, to use this in a Maven project use:
14
```xml
15
<dependency>
16
<groupId>org.opentripplanner</groupId>
17
<artifactId>ojp-java-model</artifactId>
18
- <version>1.0.3</version>
+ <version>2.0.2</version>
19
</dependency>
20
```
0 commit comments