GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-yaml |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-yaml-1.0.12.pom | |
protostuff-yaml-1.0.12.jar | 8 KB |
protostuff-yaml-1.0.12-sources.jar | 4 KB |
protostuff-yaml-1.0.12-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-yaml/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-yaml</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-yaml/
implementation 'com.dyuproject.protostuff:protostuff-yaml:1.0.12'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-yaml/
implementation ("com.dyuproject.protostuff:protostuff-yaml:1.0.12")
'com.dyuproject.protostuff:protostuff-yaml:jar:1.0.12'
<dependency org="com.dyuproject.protostuff" name="protostuff-yaml" rev="1.0.12">
<artifact name="protostuff-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-yaml', version='1.0.12')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-yaml" % "1.0.12"
[com.dyuproject.protostuff/protostuff-yaml "1.0.12"]