Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.github.chrisgleissner |
ArtifactId | ArtifactIdjutil-protobuf |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
jutil-protobuf-1.1.7.pom | |
jutil-protobuf-1.1.7.jar | 9 KB |
jutil-protobuf-1.1.7-sources.jar | 5 KB |
jutil-protobuf-1.1.7-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>jutil-protobuf</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/
implementation 'com.github.chrisgleissner:jutil-protobuf:1.1.7'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/
implementation ("com.github.chrisgleissner:jutil-protobuf:1.1.7")
'com.github.chrisgleissner:jutil-protobuf:jar:1.1.7'
<dependency org="com.github.chrisgleissner" name="jutil-protobuf" rev="1.1.7">
<artifact name="jutil-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil-protobuf', version='1.1.7')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil-protobuf" % "1.1.7"
[com.github.chrisgleissner/jutil-protobuf "1.1.7"]