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