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