GroupId | GroupIdcom.github.os72 |
---|---|
ArtifactId | ArtifactIdprotoc-jar |
Version | Version2.4.1.2 |
Type | Typejar |
Filename | Size |
---|---|
protoc-jar-2.4.1.2.pom | |
protoc-jar-2.4.1.2.jar | 1 MB |
protoc-jar-2.4.1.2-sources.jar | 2 KB |
protoc-jar-2.4.1.2-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.4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar/
implementation 'com.github.os72:protoc-jar:2.4.1.2'
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar/
implementation ("com.github.os72:protoc-jar:2.4.1.2")
'com.github.os72:protoc-jar:jar:2.4.1.2'
<dependency org="com.github.os72" name="protoc-jar" rev="2.4.1.2">
<artifact name="protoc-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.os72', module='protoc-jar', version='2.4.1.2')
)
libraryDependencies += "com.github.os72" % "protoc-jar" % "2.4.1.2"
[com.github.os72/protoc-jar "2.4.1.2"]