| Categories |
CategoriesProtobuf Data Data Structures |
|---|---|
| GroupId | GroupIdorg.jaxxy |
| ArtifactId | ArtifactIdjaxxy-protobuf |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaxxy-protobuf-0.4.0.pom | |
| jaxxy-protobuf-0.4.0.jar | 3 KB |
| jaxxy-protobuf-0.4.0-sources.jar | 3 KB |
| jaxxy-protobuf-0.4.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jaxxy/jaxxy-protobuf/ -->
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-protobuf</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-protobuf/
implementation 'org.jaxxy:jaxxy-protobuf:0.4.0'
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-protobuf/
implementation ("org.jaxxy:jaxxy-protobuf:0.4.0")
'org.jaxxy:jaxxy-protobuf:jar:0.4.0'
<dependency org="org.jaxxy" name="jaxxy-protobuf" rev="0.4.0">
<artifact name="jaxxy-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxxy', module='jaxxy-protobuf', version='0.4.0')
)
libraryDependencies += "org.jaxxy" % "jaxxy-protobuf" % "0.4.0"
[org.jaxxy/jaxxy-protobuf "0.4.0"]