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