GroupId | GroupIdtop.marchand.xml.ext-funct |
---|---|
ArtifactId | ArtifactIdbasex |
Version | Version1.1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
basex-1.1.0-RC2.pom | |
basex-1.1.0-RC2.jar | 14 KB |
basex-1.1.0-RC2-sources.jar | 6 KB |
basex-1.1.0-RC2-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.marchand.xml.ext-funct/basex/ -->
<dependency>
<groupId>top.marchand.xml.ext-funct</groupId>
<artifactId>basex</artifactId>
<version>1.1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/top.marchand.xml.ext-funct/basex/
implementation 'top.marchand.xml.ext-funct:basex:1.1.0-RC2'
// https://jarcasting.com/artifacts/top.marchand.xml.ext-funct/basex/
implementation ("top.marchand.xml.ext-funct:basex:1.1.0-RC2")
'top.marchand.xml.ext-funct:basex:jar:1.1.0-RC2'
<dependency org="top.marchand.xml.ext-funct" name="basex" rev="1.1.0-RC2">
<artifact name="basex" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.marchand.xml.ext-funct', module='basex', version='1.1.0-RC2')
)
libraryDependencies += "top.marchand.xml.ext-funct" % "basex" % "1.1.0-RC2"
[top.marchand.xml.ext-funct/basex "1.1.0-RC2"]