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