Categories |
CategoriesNet Protobuf Data Data Structures |
---|---|
GroupId | GroupIdno.entur |
ArtifactId | ArtifactIdnetex-protobuf |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
netex-protobuf-1.3.pom | |
netex-protobuf-1.3.jar | 932 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.entur/netex-protobuf/ -->
<dependency>
<groupId>no.entur</groupId>
<artifactId>netex-protobuf</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur/netex-protobuf/
implementation 'no.entur:netex-protobuf:1.3'
// https://jarcasting.com/artifacts/no.entur/netex-protobuf/
implementation ("no.entur:netex-protobuf:1.3")
'no.entur:netex-protobuf:jar:1.3'
<dependency org="no.entur" name="netex-protobuf" rev="1.3">
<artifact name="netex-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur', module='netex-protobuf', version='1.3')
)
libraryDependencies += "no.entur" % "netex-protobuf" % "1.3"
[no.entur/netex-protobuf "1.3"]