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