GroupId | GroupIdcom.logitags |
---|---|
ArtifactId | ArtifactIdcibet-jpa |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
cibet-jpa-2.0.pom | |
cibet-jpa-2.0.jar | 99 KB |
cibet-jpa-2.0-tests.jar | 23 KB |
cibet-jpa-2.0-test-sources.jar | 15 KB |
cibet-jpa-2.0-sources.jar | 58 KB |
cibet-jpa-2.0-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logitags/cibet-jpa/ -->
<dependency>
<groupId>com.logitags</groupId>
<artifactId>cibet-jpa</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.logitags/cibet-jpa/
implementation 'com.logitags:cibet-jpa:2.0'
// https://jarcasting.com/artifacts/com.logitags/cibet-jpa/
implementation ("com.logitags:cibet-jpa:2.0")
'com.logitags:cibet-jpa:jar:2.0'
<dependency org="com.logitags" name="cibet-jpa" rev="2.0">
<artifact name="cibet-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logitags', module='cibet-jpa', version='2.0')
)
libraryDependencies += "com.logitags" % "cibet-jpa" % "2.0"
[com.logitags/cibet-jpa "2.0"]