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