Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.os72 |
ArtifactId | ArtifactIdprotoc-jar-maven-plugin-build |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
protoc-jar-maven-plugin-build-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/ -->
<dependency>
<groupId>com.github.os72</groupId>
<artifactId>protoc-jar-maven-plugin-build</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/
implementation 'com.github.os72:protoc-jar-maven-plugin-build:1.0'
// https://jarcasting.com/artifacts/com.github.os72/protoc-jar-maven-plugin-build/
implementation ("com.github.os72:protoc-jar-maven-plugin-build:1.0")
'com.github.os72:protoc-jar-maven-plugin-build:pom:1.0'
<dependency org="com.github.os72" name="protoc-jar-maven-plugin-build" rev="1.0">
<artifact name="protoc-jar-maven-plugin-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.os72', module='protoc-jar-maven-plugin-build', version='1.0')
)
libraryDependencies += "com.github.os72" % "protoc-jar-maven-plugin-build" % "1.0"
[com.github.os72/protoc-jar-maven-plugin-build "1.0"]