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