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