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