is not current version
Last Version 0.1.4

io.github.lgmn2018.jpa-plus:core 0.1.3

JPA Plus Main Source

GroupId

GroupId

io.github.lgmn2018.jpa-plus
ArtifactId

ArtifactId

core
Version

Version

0.1.3
Type

Type

jar

Download core 0.1.3


<!-- https://jarcasting.com/artifacts/io.github.lgmn2018.jpa-plus/core/ -->
<dependency>
    <groupId>io.github.lgmn2018.jpa-plus</groupId>
    <artifactId>core</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lgmn2018.jpa-plus/core/
implementation 'io.github.lgmn2018.jpa-plus:core:0.1.3'
// https://jarcasting.com/artifacts/io.github.lgmn2018.jpa-plus/core/
implementation ("io.github.lgmn2018.jpa-plus:core:0.1.3")
'io.github.lgmn2018.jpa-plus:core:jar:0.1.3'
<dependency org="io.github.lgmn2018.jpa-plus" name="core" rev="0.1.3">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lgmn2018.jpa-plus', module='core', version='0.1.3')
)
libraryDependencies += "io.github.lgmn2018.jpa-plus" % "core" % "0.1.3"
[io.github.lgmn2018.jpa-plus/core "0.1.3"]