| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.github.chrisgleissner |
| ArtifactId | ArtifactIdjutil-protobuf |
| Version | Version1.1.11 |
| Type | Typejar |
| Description |
Descriptionjutil-protobuf
Java Protobuf Utilities
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jutil-protobuf-1.1.11.pom | |
| jutil-protobuf-1.1.11.jar | 9 KB |
| jutil-protobuf-1.1.11-sources.jar | 5 KB |
| jutil-protobuf-1.1.11-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>jutil-protobuf</artifactId>
<version>1.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/
implementation 'com.github.chrisgleissner:jutil-protobuf:1.1.11'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/jutil-protobuf/
implementation ("com.github.chrisgleissner:jutil-protobuf:1.1.11")
'com.github.chrisgleissner:jutil-protobuf:jar:1.1.11'
<dependency org="com.github.chrisgleissner" name="jutil-protobuf" rev="1.1.11">
<artifact name="jutil-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='jutil-protobuf', version='1.1.11')
)
libraryDependencies += "com.github.chrisgleissner" % "jutil-protobuf" % "1.1.11"
[com.github.chrisgleissner/jutil-protobuf "1.1.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| com.google.protobuf : protobuf-java | jar | 3.12.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.mockito : mockito-core | jar | 3.3.3 |