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