Categories |
CategoriesjOOQ Data Databases |
---|---|
GroupId | GroupIdcom.walterjwhite.infrastructure.dependencies |
ArtifactId | ArtifactIdjooq |
Version | Version0.0.13 |
Type | Typepom |
Filename | Size |
---|---|
jooq-0.0.13.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/jooq/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.dependencies</groupId>
<artifactId>jooq</artifactId>
<version>0.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/jooq/
implementation 'com.walterjwhite.infrastructure.dependencies:jooq:0.0.13'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/jooq/
implementation ("com.walterjwhite.infrastructure.dependencies:jooq:0.0.13")
'com.walterjwhite.infrastructure.dependencies:jooq:pom:0.0.13'
<dependency org="com.walterjwhite.infrastructure.dependencies" name="jooq" rev="0.0.13">
<artifact name="jooq" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.dependencies', module='jooq', version='0.0.13')
)
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "jooq" % "0.0.13"
[com.walterjwhite.infrastructure.dependencies/jooq "0.0.13"]