Categories |
CategoriesNet |
---|---|
GroupId | GroupIdno.entur.abt |
ArtifactId | ArtifactIdnetex-utils |
Version | Version1.14 |
Type | Typejar |
Filename | Size |
---|---|
netex-utils-1.14.pom | |
netex-utils-1.14.jar | 18 KB |
netex-utils-1.14-sources.jar | 19 KB |
netex-utils-1.14-javadoc.jar | 481 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.entur.abt/netex-utils/ -->
<dependency>
<groupId>no.entur.abt</groupId>
<artifactId>netex-utils</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur.abt/netex-utils/
implementation 'no.entur.abt:netex-utils:1.14'
// https://jarcasting.com/artifacts/no.entur.abt/netex-utils/
implementation ("no.entur.abt:netex-utils:1.14")
'no.entur.abt:netex-utils:jar:1.14'
<dependency org="no.entur.abt" name="netex-utils" rev="1.14">
<artifact name="netex-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur.abt', module='netex-utils', version='1.14')
)
libraryDependencies += "no.entur.abt" % "netex-utils" % "1.14"
[no.entur.abt/netex-utils "1.14"]