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