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