GroupId | GroupIdorg.jlot |
---|---|
ArtifactId | ArtifactIdjlot-web |
Version | Version1.0 |
Type | Typewar |
Filename | Size |
---|---|
jlot-web-1.0.pom | |
jlot-web-1.0.war | 27 MB |
jlot-web-1.0-sources.jar | 98 KB |
jlot-web-1.0-javadoc.jar | 724 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jlot/jlot-web/ -->
<dependency>
<groupId>org.jlot</groupId>
<artifactId>jlot-web</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot-web/
implementation 'org.jlot:jlot-web:1.0'
// https://jarcasting.com/artifacts/org.jlot/jlot-web/
implementation ("org.jlot:jlot-web:1.0")
'org.jlot:jlot-web:war:1.0'
<dependency org="org.jlot" name="jlot-web" rev="1.0">
<artifact name="jlot-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot-web', version='1.0')
)
libraryDependencies += "org.jlot" % "jlot-web" % "1.0"
[org.jlot/jlot-web "1.0"]