Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.iherasymenko |
ArtifactId | ArtifactIdspring-data-jpa |
Version | Version2.3.4.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.iherasymenko/spring-data-jpa/ -->
<dependency>
<groupId>com.github.iherasymenko</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.3.4.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iherasymenko/spring-data-jpa/
implementation 'com.github.iherasymenko:spring-data-jpa:2.3.4.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.iherasymenko/spring-data-jpa/
implementation ("com.github.iherasymenko:spring-data-jpa:2.3.4.1.RELEASE")
'com.github.iherasymenko:spring-data-jpa:jar:2.3.4.1.RELEASE'
<dependency org="com.github.iherasymenko" name="spring-data-jpa" rev="2.3.4.1.RELEASE">
<artifact name="spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iherasymenko', module='spring-data-jpa', version='2.3.4.1.RELEASE')
)
libraryDependencies += "com.github.iherasymenko" % "spring-data-jpa" % "2.3.4.1.RELEASE"
[com.github.iherasymenko/spring-data-jpa "2.3.4.1.RELEASE"]