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