Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.welen.jmole |
ArtifactId | ArtifactIdjmole-web |
Version | Version1.3.1 |
Type | Typewar |
Filename | Size |
---|---|
jmole-web-1.3.1.pom | |
jmole-web-1.3.1.war | 2 MB |
jmole-web-1.3.1-sources.jar | 1 KB |
jmole-web-1.3.1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.welen.jmole/jmole-web/ -->
<dependency>
<groupId>net.welen.jmole</groupId>
<artifactId>jmole-web</artifactId>
<version>1.3.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-web/
implementation 'net.welen.jmole:jmole-web:1.3.1'
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-web/
implementation ("net.welen.jmole:jmole-web:1.3.1")
'net.welen.jmole:jmole-web:war:1.3.1'
<dependency org="net.welen.jmole" name="jmole-web" rev="1.3.1">
<artifact name="jmole-web" type="war" />
</dependency>
@Grapes(
@Grab(group='net.welen.jmole', module='jmole-web', version='1.3.1')
)
libraryDependencies += "net.welen.jmole" % "jmole-web" % "1.3.1"
[net.welen.jmole/jmole-web "1.3.1"]