Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.jerkar |
ArtifactId | ArtifactIdprotobuf-plugin |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
protobuf-plugin-0.5.pom | |
protobuf-plugin-0.5.jar | 3 KB |
protobuf-plugin-0.5-sources.jar | 2 KB |
protobuf-plugin-0.5-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jerkar/protobuf-plugin/ -->
<dependency>
<groupId>org.jerkar</groupId>
<artifactId>protobuf-plugin</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jerkar/protobuf-plugin/
implementation 'org.jerkar:protobuf-plugin:0.5'
// https://jarcasting.com/artifacts/org.jerkar/protobuf-plugin/
implementation ("org.jerkar:protobuf-plugin:0.5")
'org.jerkar:protobuf-plugin:jar:0.5'
<dependency org="org.jerkar" name="protobuf-plugin" rev="0.5">
<artifact name="protobuf-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jerkar', module='protobuf-plugin', version='0.5')
)
libraryDependencies += "org.jerkar" % "protobuf-plugin" % "0.5"
[org.jerkar/protobuf-plugin "0.5"]