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