GroupId | GroupIdcom.edugility |
---|---|
ArtifactId | ArtifactIdjpa-converters |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-converters-1.0.0.pom | |
jpa-converters-1.0.0.jar | 5 KB |
jpa-converters-1.0.0-sources.jar | 5 KB |
jpa-converters-1.0.0-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.edugility/jpa-converters/ -->
<dependency>
<groupId>com.edugility</groupId>
<artifactId>jpa-converters</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.edugility/jpa-converters/
implementation 'com.edugility:jpa-converters:1.0.0'
// https://jarcasting.com/artifacts/com.edugility/jpa-converters/
implementation ("com.edugility:jpa-converters:1.0.0")
'com.edugility:jpa-converters:jar:1.0.0'
<dependency org="com.edugility" name="jpa-converters" rev="1.0.0">
<artifact name="jpa-converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.edugility', module='jpa-converters', version='1.0.0')
)
libraryDependencies += "com.edugility" % "jpa-converters" % "1.0.0"
[com.edugility/jpa-converters "1.0.0"]