License |
License |
---|---|
GroupId | GroupIdcom.leaprnd.migrannotate |
ArtifactId | ArtifactIdannotations |
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 |
---|---|
annotations-1.0.9.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.leaprnd.migrannotate/annotations/ -->
<dependency>
<groupId>com.leaprnd.migrannotate</groupId>
<artifactId>annotations</artifactId>
<version>1.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.leaprnd.migrannotate/annotations/
implementation 'com.leaprnd.migrannotate:annotations:1.0.9'
// https://jarcasting.com/artifacts/com.leaprnd.migrannotate/annotations/
implementation ("com.leaprnd.migrannotate:annotations:1.0.9")
'com.leaprnd.migrannotate:annotations:pom:1.0.9'
<dependency org="com.leaprnd.migrannotate" name="annotations" rev="1.0.9">
<artifact name="annotations" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.leaprnd.migrannotate', module='annotations', version='1.0.9')
)
libraryDependencies += "com.leaprnd.migrannotate" % "annotations" % "1.0.9"
[com.leaprnd.migrannotate/annotations "1.0.9"]