Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.legsem.legstar |
ArtifactId | ArtifactIdprotobuf-cobol |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
protobuf-cobol-0.1.pom | |
protobuf-cobol-0.1.zip | 3 MB |
protobuf-cobol-0.1-sources.jar | 26 KB |
protobuf-cobol-0.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.legsem.legstar/protobuf-cobol/ -->
<dependency>
<groupId>com.legsem.legstar</groupId>
<artifactId>protobuf-cobol</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.legsem.legstar/protobuf-cobol/
implementation 'com.legsem.legstar:protobuf-cobol:0.1'
// https://jarcasting.com/artifacts/com.legsem.legstar/protobuf-cobol/
implementation ("com.legsem.legstar:protobuf-cobol:0.1")
'com.legsem.legstar:protobuf-cobol:jar:0.1'
<dependency org="com.legsem.legstar" name="protobuf-cobol" rev="0.1">
<artifact name="protobuf-cobol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.legsem.legstar', module='protobuf-cobol', version='0.1')
)
libraryDependencies += "com.legsem.legstar" % "protobuf-cobol" % "0.1"
[com.legsem.legstar/protobuf-cobol "0.1"]