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