Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-spring-data-jpa |
Version | Version0.1.2 |
Type | Typejar |
<!-- 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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-spring-data-jpa/
implementation 'com.github.tomschi:commons-spring-data-jpa:0.1.2'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-spring-data-jpa/
implementation ("com.github.tomschi:commons-spring-data-jpa:0.1.2")
'com.github.tomschi:commons-spring-data-jpa:jar:0.1.2'
<dependency org="com.github.tomschi" name="commons-spring-data-jpa" rev="0.1.2">
<artifact name="commons-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-spring-data-jpa', version='0.1.2')
)
libraryDependencies += "com.github.tomschi" % "commons-spring-data-jpa" % "0.1.2"
[com.github.tomschi/commons-spring-data-jpa "0.1.2"]