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