<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-yaml</artifactId> <version>1.4.0</version> </dependency>
implementation 'io.protostuff:protostuff-yaml:1.4.0'
implementation("io.protostuff:protostuff-yaml:1.4.0")
libraryDependencies += "io.protostuff" % "protostuff-yaml" % "1.4.0"
@Grapes( @Grab(group='io.protostuff', module='protostuff-yaml', version='1.4.0') )
<dependency org="io.protostuff" name="protostuff-yaml" rev="1.4.0" />
[io.protostuff/protostuff-yaml "1.4.0"]
'io.protostuff:protostuff-yaml:jar:1.4.0'
<parent> <groupId>io.protostuff</groupId> <artifactId>protostuff</artifactId> <version>1.4.0</version> </parent>
compile
|-- io.protostuff:protostuff-api
test
|-- junit:junit
|-- io.protostuff:protostuff-core