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