GroupId | GroupIdio.jexxa |
---|---|
ArtifactId | ArtifactIdjexxa |
Version | Version2.8.1 |
Type | Typepom |
Filename | Size |
---|---|
jexxa-2.8.1.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jexxa/jexxa/ -->
<dependency>
<groupId>io.jexxa</groupId>
<artifactId>jexxa</artifactId>
<version>2.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jexxa/jexxa/
implementation 'io.jexxa:jexxa:2.8.1'
// https://jarcasting.com/artifacts/io.jexxa/jexxa/
implementation ("io.jexxa:jexxa:2.8.1")
'io.jexxa:jexxa:pom:2.8.1'
<dependency org="io.jexxa" name="jexxa" rev="2.8.1">
<artifact name="jexxa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jexxa', module='jexxa', version='2.8.1')
)
libraryDependencies += "io.jexxa" % "jexxa" % "2.8.1"
[io.jexxa/jexxa "2.8.1"]