Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdio.github.divinespear |
ArtifactId | ArtifactIdjpa-schema-gradle-plugin |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jpa-schema-gradle-plugin-0.2.0.pom | |
jpa-schema-gradle-plugin-0.2.0.jar | 67 KB |
jpa-schema-gradle-plugin-0.2.0-sources.jar | 13 KB |
jpa-schema-gradle-plugin-0.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/ -->
<dependency>
<groupId>io.github.divinespear</groupId>
<artifactId>jpa-schema-gradle-plugin</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation 'io.github.divinespear:jpa-schema-gradle-plugin:0.2.0'
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation ("io.github.divinespear:jpa-schema-gradle-plugin:0.2.0")
'io.github.divinespear:jpa-schema-gradle-plugin:jar:0.2.0'
<dependency org="io.github.divinespear" name="jpa-schema-gradle-plugin" rev="0.2.0">
<artifact name="jpa-schema-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.divinespear', module='jpa-schema-gradle-plugin', version='0.2.0')
)
libraryDependencies += "io.github.divinespear" % "jpa-schema-gradle-plugin" % "0.2.0"
[io.github.divinespear/jpa-schema-gradle-plugin "0.2.0"]