| GroupId | GroupIdio.github.lgmn2018.jpa-plus |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.1.3.pom | |
| core-0.1.3.jar | 112 KB |
| core-0.1.3-sources.jar | 54 KB |
| core-0.1.3-javadoc.jar | 460 KB |
| Browse |
<!-- 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"]