License |
License |
---|---|
GroupId | GroupIdcom.github.auties00 |
ArtifactId | ArtifactIdprotoc-tool |
Version | Version1.8 |
Type | Typejar |
Description |
DescriptionA modern implementation of protoc to generate java sources from protobuf schemas
|
Filename | Size |
---|---|
protoc-tool-1.8.pom | |
protoc-tool-1.8.jar | 23 KB |
protoc-tool-1.8-sources.jar | 13 KB |
protoc-tool-1.8-javadoc.jar | 180 KB |
protoc-tool-1.8-jar-with-dependencies.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.auties00/protoc-tool/ -->
<dependency>
<groupId>com.github.auties00</groupId>
<artifactId>protoc-tool</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.auties00/protoc-tool/
implementation 'com.github.auties00:protoc-tool:1.8'
// https://jarcasting.com/artifacts/com.github.auties00/protoc-tool/
implementation ("com.github.auties00:protoc-tool:1.8")
'com.github.auties00:protoc-tool:jar:1.8'
<dependency org="com.github.auties00" name="protoc-tool" rev="1.8">
<artifact name="protoc-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.auties00', module='protoc-tool', version='1.8')
)
libraryDependencies += "com.github.auties00" % "protoc-tool" % "1.8"
[com.github.auties00/protoc-tool "1.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.auties00 : protoc-api | jar | 1.8 |
com.github.auties00 : protoc-parser | jar | 1.8 |
info.picocli : picocli | jar | 4.6.2 |
org.apache.logging.log4j : log4j-core | jar | 2.17.0 |
com.google.googlejavaformat : google-java-format | jar | 1.13.0 |
org.codehaus.groovy : groovy-templates | jar | 3.0.8 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |