Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seesharpsoft.spring |
ArtifactId | ArtifactIdsharping-suite |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
sharping-suite-0.7.0.pom | |
sharping-suite-0.7.0.jar | 4 KB |
sharping-suite-0.7.0-sources.jar | 4 KB |
sharping-suite-0.7.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-suite/ -->
<dependency>
<groupId>net.seesharpsoft.spring</groupId>
<artifactId>sharping-suite</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-suite/
implementation 'net.seesharpsoft.spring:sharping-suite:0.7.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-suite/
implementation ("net.seesharpsoft.spring:sharping-suite:0.7.0")
'net.seesharpsoft.spring:sharping-suite:jar:0.7.0'
<dependency org="net.seesharpsoft.spring" name="sharping-suite" rev="0.7.0">
<artifact name="sharping-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.spring', module='sharping-suite', version='0.7.0')
)
libraryDependencies += "net.seesharpsoft.spring" % "sharping-suite" % "0.7.0"
[net.seesharpsoft.spring/sharping-suite "0.7.0"]