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