Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.seesharpsoft.spring |
ArtifactId | ArtifactIdsharping-suite |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
sharping-suite-0.7.1.pom | |
sharping-suite-0.7.1.jar | 4 KB |
sharping-suite-0.7.1-sources.jar | 4 KB |
sharping-suite-0.7.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-suite/
implementation 'net.seesharpsoft.spring:sharping-suite:0.7.1'
// https://jarcasting.com/artifacts/net.seesharpsoft.spring/sharping-suite/
implementation ("net.seesharpsoft.spring:sharping-suite:0.7.1")
'net.seesharpsoft.spring:sharping-suite:jar:0.7.1'
<dependency org="net.seesharpsoft.spring" name="sharping-suite" rev="0.7.1">
<artifact name="sharping-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.spring', module='sharping-suite', version='0.7.1')
)
libraryDependencies += "net.seesharpsoft.spring" % "sharping-suite" % "0.7.1"
[net.seesharpsoft.spring/sharping-suite "0.7.1"]