Categories |
CategoriesData config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.ppodgorsek |
ArtifactId | ArtifactIdconfigur-springdata-jpa |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-springdata-jpa/ -->
<dependency>
<groupId>com.github.ppodgorsek</groupId>
<artifactId>configur-springdata-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-springdata-jpa/
implementation 'com.github.ppodgorsek:configur-springdata-jpa:1.0.0'
// https://jarcasting.com/artifacts/com.github.ppodgorsek/configur-springdata-jpa/
implementation ("com.github.ppodgorsek:configur-springdata-jpa:1.0.0")
'com.github.ppodgorsek:configur-springdata-jpa:jar:1.0.0'
<dependency org="com.github.ppodgorsek" name="configur-springdata-jpa" rev="1.0.0">
<artifact name="configur-springdata-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ppodgorsek', module='configur-springdata-jpa', version='1.0.0')
)
libraryDependencies += "com.github.ppodgorsek" % "configur-springdata-jpa" % "1.0.0"
[com.github.ppodgorsek/configur-springdata-jpa "1.0.0"]