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