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