License |
License |
---|---|
GroupId | GroupIdcom.leaprnd.migrannotate |
ArtifactId | ArtifactIdmigrannotate |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMigrannotate
Version control your database schema using Java annotations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
migrannotate-1.0.9.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.leaprnd.migrannotate/migrannotate/ -->
<dependency>
<groupId>com.leaprnd.migrannotate</groupId>
<artifactId>migrannotate</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.leaprnd.migrannotate/migrannotate/
implementation 'com.leaprnd.migrannotate:migrannotate:1.0.9'
// https://jarcasting.com/artifacts/com.leaprnd.migrannotate/migrannotate/
implementation ("com.leaprnd.migrannotate:migrannotate:1.0.9")
'com.leaprnd.migrannotate:migrannotate:pom:1.0.9'
<dependency org="com.leaprnd.migrannotate" name="migrannotate" rev="1.0.9">
<artifact name="migrannotate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.leaprnd.migrannotate', module='migrannotate', version='1.0.9')
)
libraryDependencies += "com.leaprnd.migrannotate" % "migrannotate" % "1.0.9"
[com.leaprnd.migrannotate/migrannotate "1.0.9"]