License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.seesharpsoft.sharping |
ArtifactId | ArtifactIdsharping-spring-suite |
Version | Version0.21.0 |
Type | Typejar |
Description |
DescriptionBundled Java Spring extensions
Bundled Java Spring extensions like sharping-data, sharping-multipart, etc.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-suite/ -->
<dependency>
<groupId>net.seesharpsoft.sharping</groupId>
<artifactId>sharping-spring-suite</artifactId>
<version>0.21.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-suite/
implementation 'net.seesharpsoft.sharping:sharping-spring-suite:0.21.0'
// https://jarcasting.com/artifacts/net.seesharpsoft.sharping/sharping-spring-suite/
implementation ("net.seesharpsoft.sharping:sharping-spring-suite:0.21.0")
'net.seesharpsoft.sharping:sharping-spring-suite:jar:0.21.0'
<dependency org="net.seesharpsoft.sharping" name="sharping-spring-suite" rev="0.21.0">
<artifact name="sharping-spring-suite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.seesharpsoft.sharping', module='sharping-spring-suite', version='0.21.0')
)
libraryDependencies += "net.seesharpsoft.sharping" % "sharping-spring-suite" % "0.21.0"
[net.seesharpsoft.sharping/sharping-spring-suite "0.21.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | |
org.springframework.data : spring-data-jpa | jar | |
javax.servlet : javax.servlet-api | jar | |
net.seesharpsoft.sharping : sharping-spring-multipart | jar | 0.21.0 |
net.seesharpsoft.sharping : sharping-spring-data | jar | 0.21.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.hamcrest : hamcrest-library | jar | |
org.springframework : spring-test | jar | |
org.springframework.boot : spring-boot-starter-test | jar |