| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdno.bekk.bekkopen.cde |
| ArtifactId | ArtifactIddatabase |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionBekk Open: Generate DB schema with Liquibase
Example Java webapp infrastructure for Continuous Delivery.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| database-0.2.pom | |
| database-0.2.jar | 1 MB |
| database-0.2-sources.jar | 2 KB |
| database-0.2-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/database/ -->
<dependency>
<groupId>no.bekk.bekkopen.cde</groupId>
<artifactId>database</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/database/
implementation 'no.bekk.bekkopen.cde:database:0.2'
// https://jarcasting.com/artifacts/no.bekk.bekkopen.cde/database/
implementation ("no.bekk.bekkopen.cde:database:0.2")
'no.bekk.bekkopen.cde:database:jar:0.2'
<dependency org="no.bekk.bekkopen.cde" name="database" rev="0.2">
<artifact name="database" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.bekk.bekkopen.cde', module='database', version='0.2')
)
libraryDependencies += "no.bekk.bekkopen.cde" % "database" % "0.2"
[no.bekk.bekkopen.cde/database "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.liquibase : liquibase-core | jar | 2.0.1 |
| mysql : mysql-connector-java | jar | 5.1.17 |