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