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