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