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