Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdio.github.divinespear |
ArtifactId | ArtifactIdjpa-schema-gradle-plugin |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jpa-schema-gradle-plugin-0.3.2.pom | |
jpa-schema-gradle-plugin-0.3.2.jar | 47 KB |
jpa-schema-gradle-plugin-0.3.2-sources.jar | 12 KB |
jpa-schema-gradle-plugin-0.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation 'io.github.divinespear:jpa-schema-gradle-plugin:0.3.2'
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation ("io.github.divinespear:jpa-schema-gradle-plugin:0.3.2")
'io.github.divinespear:jpa-schema-gradle-plugin:jar:0.3.2'
<dependency org="io.github.divinespear" name="jpa-schema-gradle-plugin" rev="0.3.2">
<artifact name="jpa-schema-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.divinespear', module='jpa-schema-gradle-plugin', version='0.3.2')
)
libraryDependencies += "io.github.divinespear" % "jpa-schema-gradle-plugin" % "0.3.2"
[io.github.divinespear/jpa-schema-gradle-plugin "0.3.2"]