Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdxyz.codemeans.protobuf4j |
ArtifactId | ArtifactIdprotobuf4j-sql |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
protobuf4j-sql-1.0.0.pom | |
protobuf4j-sql-1.0.0.jar | 70 KB |
protobuf4j-sql-1.0.0-sources.jar | 28 KB |
protobuf4j-sql-1.0.0-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-sql/ -->
<dependency>
<groupId>xyz.codemeans.protobuf4j</groupId>
<artifactId>protobuf4j-sql</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-sql/
implementation 'xyz.codemeans.protobuf4j:protobuf4j-sql:1.0.0'
// https://jarcasting.com/artifacts/xyz.codemeans.protobuf4j/protobuf4j-sql/
implementation ("xyz.codemeans.protobuf4j:protobuf4j-sql:1.0.0")
'xyz.codemeans.protobuf4j:protobuf4j-sql:jar:1.0.0'
<dependency org="xyz.codemeans.protobuf4j" name="protobuf4j-sql" rev="1.0.0">
<artifact name="protobuf4j-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.codemeans.protobuf4j', module='protobuf4j-sql', version='1.0.0')
)
libraryDependencies += "xyz.codemeans.protobuf4j" % "protobuf4j-sql" % "1.0.0"
[xyz.codemeans.protobuf4j/protobuf4j-sql "1.0.0"]