Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.stephanenicolas.ormgap |
ArtifactId | ArtifactIdormgap-plugin |
Version | Version1.0.12 |
Type | Typejar |
Filename | Size |
---|---|
ormgap-plugin-1.0.12.pom | |
ormgap-plugin-1.0.12.jar | 20 KB |
ormgap-plugin-1.0.12-sources.jar | 5 KB |
ormgap-plugin-1.0.12-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/ -->
<dependency>
<groupId>com.github.stephanenicolas.ormgap</groupId>
<artifactId>ormgap-plugin</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation 'com.github.stephanenicolas.ormgap:ormgap-plugin:1.0.12'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation ("com.github.stephanenicolas.ormgap:ormgap-plugin:1.0.12")
'com.github.stephanenicolas.ormgap:ormgap-plugin:jar:1.0.12'
<dependency org="com.github.stephanenicolas.ormgap" name="ormgap-plugin" rev="1.0.12">
<artifact name="ormgap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.ormgap', module='ormgap-plugin', version='1.0.12')
)
libraryDependencies += "com.github.stephanenicolas.ormgap" % "ormgap-plugin" % "1.0.12"
[com.github.stephanenicolas.ormgap/ormgap-plugin "1.0.12"]