GroupId | GroupIdio.jexxa |
---|---|
ArtifactId | ArtifactIdjexxa-web |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jexxa-web-3.0.1.pom | |
jexxa-web-3.0.1.jar | 21 KB |
jexxa-web-3.0.1-sources.jar | 10 KB |
jexxa-web-3.0.1-javadoc.jar | 413 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jexxa/jexxa-web/ -->
<dependency>
<groupId>io.jexxa</groupId>
<artifactId>jexxa-web</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jexxa/jexxa-web/
implementation 'io.jexxa:jexxa-web:3.0.1'
// https://jarcasting.com/artifacts/io.jexxa/jexxa-web/
implementation ("io.jexxa:jexxa-web:3.0.1")
'io.jexxa:jexxa-web:jar:3.0.1'
<dependency org="io.jexxa" name="jexxa-web" rev="3.0.1">
<artifact name="jexxa-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jexxa', module='jexxa-web', version='3.0.1')
)
libraryDependencies += "io.jexxa" % "jexxa-web" % "3.0.1"
[io.jexxa/jexxa-web "3.0.1"]