License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdio.github.divinespear |
ArtifactId | ArtifactIdjpa-schema-gradle-plugin |
Version | Version0.3.5.1 |
Type | Typejar |
Description |
Descriptionjpa-schema-gradle-plugin
Gradle plugin for generate database schema or DDL scripts from JPA entities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation 'io.github.divinespear:jpa-schema-gradle-plugin:0.3.5.1'
// https://jarcasting.com/artifacts/io.github.divinespear/jpa-schema-gradle-plugin/
implementation ("io.github.divinespear:jpa-schema-gradle-plugin:0.3.5.1")
'io.github.divinespear:jpa-schema-gradle-plugin:jar:0.3.5.1'
<dependency org="io.github.divinespear" name="jpa-schema-gradle-plugin" rev="0.3.5.1">
<artifact name="jpa-schema-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.divinespear', module='jpa-schema-gradle-plugin', version='0.3.5.1')
)
libraryDependencies += "io.github.divinespear" % "jpa-schema-gradle-plugin" % "0.3.5.1"
[io.github.divinespear/jpa-schema-gradle-plugin "0.3.5.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.xml.bind : jaxb-api | jar | 2.3.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.31 |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
com.netflix.nebula : nebula-test | jar | 6.3.0 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4 |
com.h2database : h2 | jar | 1.4.191 |