GroupId | GroupIdcom.github.os72 |
---|---|
ArtifactId | ArtifactIdprotoc-jar |
Version | Version2.5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
protoc-jar-2.5.0.3.pom | |
protoc-jar-2.5.0.3.jar | 1 MB |
protoc-jar-2.5.0.3-sources.jar | 2 KB |
protoc-jar-2.5.0.3-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.os72/protoc-jar/ -->
<dependency>
<groupId>com.github.os72</groupId>
<artifactId>protoc-jar</artifactId>
<version>2.5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar/
implementation 'com.github.os72:protoc-jar:2.5.0.3'
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar/
implementation ("com.github.os72:protoc-jar:2.5.0.3")
'com.github.os72:protoc-jar:jar:2.5.0.3'
<dependency org="com.github.os72" name="protoc-jar" rev="2.5.0.3">
<artifact name="protoc-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.os72', module='protoc-jar', version='2.5.0.3')
)
libraryDependencies += "com.github.os72" % "protoc-jar" % "2.5.0.3"
[com.github.os72/protoc-jar "2.5.0.3"]