Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.stephanenicolas.ormgap |
ArtifactId | ArtifactIdormgap-plugin |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ormgap-plugin-3.0.0.pom | |
ormgap-plugin-3.0.0.jar | 20 KB |
ormgap-plugin-3.0.0-sources.jar | 6 KB |
ormgap-plugin-3.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation 'com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.0'
// https://jarcasting.com/artifacts/com.github.stephanenicolas.ormgap/ormgap-plugin/
implementation ("com.github.stephanenicolas.ormgap:ormgap-plugin:3.0.0")
'com.github.stephanenicolas.ormgap:ormgap-plugin:jar:3.0.0'
<dependency org="com.github.stephanenicolas.ormgap" name="ormgap-plugin" rev="3.0.0">
<artifact name="ormgap-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas.ormgap', module='ormgap-plugin', version='3.0.0')
)
libraryDependencies += "com.github.stephanenicolas.ormgap" % "ormgap-plugin" % "3.0.0"
[com.github.stephanenicolas.ormgap/ormgap-plugin "3.0.0"]