GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdcontent-yaml |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
content-yaml-2.0.4.pom | |
content-yaml-2.0.4.jar | 5 KB |
content-yaml-2.0.4-sources.jar | 3 KB |
content-yaml-2.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/content-yaml/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>content-yaml</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-yaml/
implementation 'org.xbib:content-yaml:2.0.4'
// https://jarcasting.com/artifacts/org.xbib/content-yaml/
implementation ("org.xbib:content-yaml:2.0.4")
'org.xbib:content-yaml:jar:2.0.4'
<dependency org="org.xbib" name="content-yaml" rev="2.0.4">
<artifact name="content-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-yaml', version='2.0.4')
)
libraryDependencies += "org.xbib" % "content-yaml" % "2.0.4"
[org.xbib/content-yaml "2.0.4"]