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