License |
License |
---|---|
GroupId | GroupIdcom.github.auties00 |
ArtifactId | ArtifactIdprotoc-api |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionA modern implementation of protoc to generate java sources from protobuf schemas
|
Filename | Size |
---|---|
protoc-api-1.4.pom | |
protoc-api-1.4.jar | 15 KB |
protoc-api-1.4-sources.jar | 8 KB |
protoc-api-1.4-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.auties00/protoc-api/ -->
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>protoc-api</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.auties00/protoc-api/
implementation 'com.github.auties00:protoc-api:1.4'
// https://jarcasting.com/artifacts/com.github.auties00/protoc-api/
implementation ("com.github.auties00:protoc-api:1.4")
'com.github.auties00:protoc-api:jar:1.4'
<dependency org="com.github.auties00" name="protoc-api" rev="1.4">
<artifact name="protoc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.auties00', module='protoc-api', version='1.4')
)
libraryDependencies += "com.github.auties00" % "protoc-api" % "1.4"
[com.github.auties00/protoc-api "1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.12.3 |
com.google.code.gson : gson | jar | 2.8.7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |