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