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