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