GroupId | GroupIdcom.github.ice-zero-cat |
---|---|
ArtifactId | ArtifactIdjpa |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jpa-0.0.1.pom | |
jpa-0.0.1.jar | 6 KB |
jpa-0.0.1-sources.jar | 3 KB |
jpa-0.0.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ice-zero-cat/jpa/ -->
<dependency>
<groupId>com.github.ice-zero-cat</groupId>
<artifactId>jpa</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/jpa/
implementation 'com.github.ice-zero-cat:jpa:0.0.1'
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/jpa/
implementation ("com.github.ice-zero-cat:jpa:0.0.1")
'com.github.ice-zero-cat:jpa:jar:0.0.1'
<dependency org="com.github.ice-zero-cat" name="jpa" rev="0.0.1">
<artifact name="jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ice-zero-cat', module='jpa', version='0.0.1')
)
libraryDependencies += "com.github.ice-zero-cat" % "jpa" % "0.0.1"
[com.github.ice-zero-cat/jpa "0.0.1"]