Categories |
CategoriesjOOQ Data Databases |
---|---|
GroupId | GroupIdcom.github.lontime |
ArtifactId | ArtifactIdextjooq-library |
Version | Version1.0.0-M13 |
Type | Typejar |
Filename | Size |
---|---|
extjooq-library-1.0.0-M13.pom | |
extjooq-library-1.0.0-M13.jar | 34 KB |
extjooq-library-1.0.0-M13-sources.jar | 14 KB |
extjooq-library-1.0.0-M13-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lontime/extjooq-library/ -->
<dependency>
<groupId>com.github.lontime</groupId>
<artifactId>extjooq-library</artifactId>
<version>1.0.0-M13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lontime/extjooq-library/
implementation 'com.github.lontime:extjooq-library:1.0.0-M13'
// https://jarcasting.com/artifacts/com.github.lontime/extjooq-library/
implementation ("com.github.lontime:extjooq-library:1.0.0-M13")
'com.github.lontime:extjooq-library:jar:1.0.0-M13'
<dependency org="com.github.lontime" name="extjooq-library" rev="1.0.0-M13">
<artifact name="extjooq-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lontime', module='extjooq-library', version='1.0.0-M13')
)
libraryDependencies += "com.github.lontime" % "extjooq-library" % "1.0.0-M13"
[com.github.lontime/extjooq-library "1.0.0-M13"]