GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-collectionschema |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation 'com.dyuproject.protostuff:protostuff-collectionschema:1.0.4'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-collectionschema/
implementation ("com.dyuproject.protostuff:protostuff-collectionschema:1.0.4")
'com.dyuproject.protostuff:protostuff-collectionschema:jar:1.0.4'
<dependency org="com.dyuproject.protostuff" name="protostuff-collectionschema" rev="1.0.4">
<artifact name="protostuff-collectionschema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-collectionschema', version='1.0.4')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-collectionschema" % "1.0.4"
[com.dyuproject.protostuff/protostuff-collectionschema "1.0.4"]