commons
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-spring-data-jpa |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom different commons modules
|
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-spring-data-jpa/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-spring-data-jpa</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-spring-data-jpa/
implementation 'com.github.tomschi:commons-spring-data-jpa:0.2.0'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-spring-data-jpa/
implementation ("com.github.tomschi:commons-spring-data-jpa:0.2.0")
'com.github.tomschi:commons-spring-data-jpa:jar:0.2.0'
<dependency org="com.github.tomschi" name="commons-spring-data-jpa" rev="0.2.0">
<artifact name="commons-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-spring-data-jpa', version='0.2.0')
)
libraryDependencies += "com.github.tomschi" % "commons-spring-data-jpa" % "0.2.0"
[com.github.tomschi/commons-spring-data-jpa "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tomschi : commons-spring-data | jar | 0.2.0 |
org.springframework.data : spring-data-jpa | jar | 2.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.1.0 |
org.mockito : mockito-core | jar | 2.16.0 |
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data