GroupId | GroupIdorg.xbib |
---|---|
ArtifactId | ArtifactIdelx-common |
Version | Version2.2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
elx-common-2.2.1.8.pom | |
elx-common-2.2.1.8.jar | 57 KB |
elx-common-2.2.1.8-sources.jar | 23 KB |
elx-common-2.2.1.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/elx-common/
implementation 'org.xbib:elx-common:2.2.1.8'
// https://jarcasting.com/artifacts/org.xbib/elx-common/
implementation ("org.xbib:elx-common:2.2.1.8")
'org.xbib:elx-common:jar:2.2.1.8'
<dependency org="org.xbib" name="elx-common" rev="2.2.1.8">
<artifact name="elx-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='elx-common', version='2.2.1.8')
)
libraryDependencies += "org.xbib" % "elx-common" % "2.2.1.8"
[org.xbib/elx-common "2.2.1.8"]