Categories |
CategoriesJava Languages Protobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.github.ebfhub |
ArtifactId | ArtifactIdjava-protobuf-no-gc |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
java-protobuf-no-gc-1.0.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ebfhub/java-protobuf-no-gc/ -->
<dependency>
<groupId>com.github.ebfhub</groupId>
<artifactId>java-protobuf-no-gc</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ebfhub/java-protobuf-no-gc/
implementation 'com.github.ebfhub:java-protobuf-no-gc:1.0.6'
// https://jarcasting.com/artifacts/com.github.ebfhub/java-protobuf-no-gc/
implementation ("com.github.ebfhub:java-protobuf-no-gc:1.0.6")
'com.github.ebfhub:java-protobuf-no-gc:pom:1.0.6'
<dependency org="com.github.ebfhub" name="java-protobuf-no-gc" rev="1.0.6">
<artifact name="java-protobuf-no-gc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ebfhub', module='java-protobuf-no-gc', version='1.0.6')
)
libraryDependencies += "com.github.ebfhub" % "java-protobuf-no-gc" % "1.0.6"
[com.github.ebfhub/java-protobuf-no-gc "1.0.6"]