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