Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.welen.jmole |
ArtifactId | ArtifactIdjmole-microprofile3 |
Version | Version1.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.welen.jmole/jmole-microprofile3/ -->
<dependency>
<groupId>net.welen.jmole</groupId>
<artifactId>jmole-microprofile3</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-microprofile3/
implementation 'net.welen.jmole:jmole-microprofile3:1.5.3'
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-microprofile3/
implementation ("net.welen.jmole:jmole-microprofile3:1.5.3")
'net.welen.jmole:jmole-microprofile3:jar:1.5.3'
<dependency org="net.welen.jmole" name="jmole-microprofile3" rev="1.5.3">
<artifact name="jmole-microprofile3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.welen.jmole', module='jmole-microprofile3', version='1.5.3')
)
libraryDependencies += "net.welen.jmole" % "jmole-microprofile3" % "1.5.3"
[net.welen.jmole/jmole-microprofile3 "1.5.3"]