| License |
License |
|---|---|
| Categories |
CategoriesjOOQ Data Databases |
| GroupId | GroupIdorg.jooq |
| ArtifactId | ArtifactIdjooq-migrations |
| Version | Version3.15.4 |
| Type | Typejar |
| Description |
DescriptionjOOQ Migrations
jOOQ effectively combines complex SQL, typesafety, source code generation, active records,
stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
|
| Filename | Size |
|---|---|
| jooq-migrations-3.15.4.pom | |
| jooq-migrations-3.15.4.jar | 11 KB |
| jooq-migrations-3.15.4-sources.jar | 7 KB |
| jooq-migrations-3.15.4-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooq/jooq-migrations/ -->
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-migrations</artifactId>
<version>3.15.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooq/jooq-migrations/
implementation 'org.jooq:jooq-migrations:3.15.4'
// https://jarcasting.com/artifacts/org.jooq/jooq-migrations/
implementation ("org.jooq:jooq-migrations:3.15.4")
'org.jooq:jooq-migrations:jar:3.15.4'
<dependency org="org.jooq" name="jooq-migrations" rev="3.15.4">
<artifact name="jooq-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooq', module='jooq-migrations', version='3.15.4')
)
libraryDependencies += "org.jooq" % "jooq-migrations" % "3.15.4"
[org.jooq/jooq-migrations "3.15.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooq : jooq | jar | 3.15.4 |
| org.eclipse.jgit : org.eclipse.jgit | jar | 5.9.0.202009080501-r |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations Optional | jar | 19.0.0 |