GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdcontent-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
content-core-1.0.1.pom | |
content-core-1.0.1.jar | 94 KB |
content-core-1.0.1-sources.jar | 42 KB |
content-core-1.0.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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-core/
implementation 'org.xbib:content-core:1.0.1'
// https://jarcasting.com/artifacts/org.xbib/content-core/
implementation ("org.xbib:content-core:1.0.1")
'org.xbib:content-core:jar:1.0.1'
<dependency org="org.xbib" name="content-core" rev="1.0.1">
<artifact name="content-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-core', version='1.0.1')
)
libraryDependencies += "org.xbib" % "content-core" % "1.0.1"
[org.xbib/content-core "1.0.1"]