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