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