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