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