License |
License |
---|---|
GroupId | GroupIdcom.github.auties00 |
ArtifactId | ArtifactIdprotoc-api |
Version | Version1.7 |
Type | Typejar |
Description |
DescriptionA modern implementation of protoc to generate java sources from protobuf schemas
|
Filename | Size |
---|---|
protoc-api-1.7.pom | |
protoc-api-1.7.jar | 26 KB |
protoc-api-1.7-sources.jar | 12 KB |
protoc-api-1.7-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.auties00/protoc-api/ -->
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>protoc-api</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.auties00/protoc-api/
implementation 'com.github.auties00:protoc-api:1.7'
// https://jarcasting.com/artifacts/com.github.auties00/protoc-api/
implementation ("com.github.auties00:protoc-api:1.7")
'com.github.auties00:protoc-api:jar:1.7'
<dependency org="com.github.auties00" name="protoc-api" rev="1.7">
<artifact name="protoc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.auties00', module='protoc-api', version='1.7')
)
libraryDependencies += "com.github.auties00" % "protoc-api" % "1.7"
[com.github.auties00/protoc-api "1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |