License |
License |
---|---|
GroupId | GroupIdorg.onebusaway |
ArtifactId | ArtifactIdonebusaway |
Last Version | Last Version1.1.10 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiononebusaway
Parent module for all OneBusAway projects with common configuration information.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
onebusaway-1.1.10.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.onebusaway/onebusaway/ -->
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway</artifactId>
<version>1.1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway/
implementation 'org.onebusaway:onebusaway:1.1.10'
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway/
implementation ("org.onebusaway:onebusaway:1.1.10")
'org.onebusaway:onebusaway:pom:1.1.10'
<dependency org="org.onebusaway" name="onebusaway" rev="1.1.10">
<artifact name="onebusaway" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.onebusaway', module='onebusaway', version='1.1.10')
)
libraryDependencies += "org.onebusaway" % "onebusaway" % "1.1.10"
[org.onebusaway/onebusaway "1.1.10"]