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