is not current version
Last Version 2.1.0

org.opentripplanner:otp 1.3.0

The OpenTripPlanner multimodal journey planning system

GroupId

GroupId

org.opentripplanner
ArtifactId

ArtifactId

otp
Version

Version

1.3.0
Type

Type

jar

Download otp 1.3.0


<!-- https://jarcasting.com/artifacts/org.opentripplanner/otp/ -->
<dependency>
    <groupId>org.opentripplanner</groupId>
    <artifactId>otp</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opentripplanner/otp/
implementation 'org.opentripplanner:otp:1.3.0'
// https://jarcasting.com/artifacts/org.opentripplanner/otp/
implementation ("org.opentripplanner:otp:1.3.0")
'org.opentripplanner:otp:jar:1.3.0'
<dependency org="org.opentripplanner" name="otp" rev="1.3.0">
  <artifact name="otp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opentripplanner', module='otp', version='1.3.0')
)
libraryDependencies += "org.opentripplanner" % "otp" % "1.3.0"
[org.opentripplanner/otp "1.3.0"]