License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.swiftech |
ArtifactId | ArtifactIdswiftboot-data |
Version | Version2.2 |
Type | Typejar |
Description |
DescriptionData access component based on Spring-Data-JPA
|
Filename | Size |
---|---|
swiftboot-data-2.2.pom | |
swiftboot-data-2.2.jar | 69 KB |
swiftboot-data-2.2-tests.jar | 67 KB |
swiftboot-data-2.2-sources.jar | 48 KB |
swiftboot-data-2.2-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-data/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-data</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-data/
implementation 'com.github.swiftech:swiftboot-data:2.2'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-data/
implementation ("com.github.swiftech:swiftboot-data:2.2")
'com.github.swiftech:swiftboot-data:jar:2.2'
<dependency org="com.github.swiftech" name="swiftboot-data" rev="2.2">
<artifact name="swiftboot-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-data', version='2.2')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-data" % "2.2"
[com.github.swiftech/swiftboot-data "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.3.12.RELEASE |
org.springframework.boot : spring-boot-test | jar | 2.3.12.RELEASE |
org.springframework : spring-test | jar | 5.2.14.RELEASE |
com.h2database : h2 | jar | 1.4.200 |
mysql : mysql-connector-java | jar | 8.0.22 |
org.springframework.boot : spring-boot-test-autoconfigure | jar | 2.3.12.RELEASE |