Categories |
CategoriesEbean Data ORM |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-ebean-migration |
Version | Version1.0.18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-ebean-migration/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-ebean-migration</artifactId>
<version>1.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-ebean-migration/
implementation 'com.turbospaces.boot:bootstrap-ebean-migration:1.0.18'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-ebean-migration/
implementation ("com.turbospaces.boot:bootstrap-ebean-migration:1.0.18")
'com.turbospaces.boot:bootstrap-ebean-migration:jar:1.0.18'
<dependency org="com.turbospaces.boot" name="bootstrap-ebean-migration" rev="1.0.18">
<artifact name="bootstrap-ebean-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-ebean-migration', version='1.0.18')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-ebean-migration" % "1.0.18"
[com.turbospaces.boot/bootstrap-ebean-migration "1.0.18"]