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