| License |
License |
|---|---|
| Categories |
CategoriesjOOQ Data Databases |
| GroupId | GroupIdorg.jooq |
| ArtifactId | ArtifactIdjooq-xtend |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjOOQ Xtend
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-xtend-3.17.0.pom | |
| jooq-xtend-3.17.0.jar | 14 KB |
| jooq-xtend-3.17.0-sources.jar | 186 KB |
| jooq-xtend-3.17.0-javadoc.jar | 47 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jooq/jooq-xtend/ -->
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq-xtend</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooq/jooq-xtend/
implementation 'org.jooq:jooq-xtend:3.17.0'
// https://jarcasting.com/artifacts/org.jooq/jooq-xtend/
implementation ("org.jooq:jooq-xtend:3.17.0")
'org.jooq:jooq-xtend:jar:3.17.0'
<dependency org="org.jooq" name="jooq-xtend" rev="3.17.0">
<artifact name="jooq-xtend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooq', module='jooq-xtend', version='3.17.0')
)
libraryDependencies += "org.jooq" % "jooq-xtend" % "3.17.0"
[org.jooq/jooq-xtend "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jooq : jooq | jar | 3.17.0 |
| org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.25.0 |