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