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