moved from gitlab
This commit is contained in:
14
README.md
14
README.md
@@ -1,3 +1,15 @@
|
|||||||
# libs
|
# libs
|
||||||
|
|
||||||
the published libs in a maven structure for gradle to use
|
contains a maven repository to provide my libs that I don't think to be common enough to host it somewhere else
|
||||||
|
|
||||||
|
# usage
|
||||||
|
|
||||||
|
add the following lines to your `repositories` block in your `build.gradle`:
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
maven {
|
||||||
|
url "https://git.jottyfan.de/gradle/libs/raw/branch/main"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
After that, you can add `implementation` `dependencies` the way as usual, but including libs from this repository.
|
||||||
|
|||||||
BIN
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar
Normal file
BIN
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.md5
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
218e886e12c703c959fd685d25768ef2
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha1
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
4f213d543fe4f67fcc70f0ad910840c667f89642
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha256
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
01e060abd359674a60226e31a15254f5f7bd39e1898a9de9642995a6cb9ea959
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha512
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.jar.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b5854190dfd348437316e7a52457eb63907bcbd94b89b7011f9183e0515c7e6e4facdecbb968b9d10bbd4556bfac4ce3b1d6f140382c29d71a0f509bbe4ebc04
|
||||||
83
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module
Normal file
83
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2021.02",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 11,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2021.02.jar",
|
||||||
|
"url": "COJooq-2021.02.jar",
|
||||||
|
"size": 198649,
|
||||||
|
"sha512": "b5854190dfd348437316e7a52457eb63907bcbd94b89b7011f9183e0515c7e6e4facdecbb968b9d10bbd4556bfac4ce3b1d6f140382c29d71a0f509bbe4ebc04",
|
||||||
|
"sha256": "01e060abd359674a60226e31a15254f5f7bd39e1898a9de9642995a6cb9ea959",
|
||||||
|
"sha1": "4f213d543fe4f67fcc70f0ad910840c667f89642",
|
||||||
|
"md5": "218e886e12c703c959fd685d25768ef2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 11,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "3.16.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "3.16.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "42.3.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2021.02.jar",
|
||||||
|
"url": "COJooq-2021.02.jar",
|
||||||
|
"size": 198649,
|
||||||
|
"sha512": "b5854190dfd348437316e7a52457eb63907bcbd94b89b7011f9183e0515c7e6e4facdecbb968b9d10bbd4556bfac4ce3b1d6f140382c29d71a0f509bbe4ebc04",
|
||||||
|
"sha256": "01e060abd359674a60226e31a15254f5f7bd39e1898a9de9642995a6cb9ea959",
|
||||||
|
"sha1": "4f213d543fe4f67fcc70f0ad910840c667f89642",
|
||||||
|
"md5": "218e886e12c703c959fd685d25768ef2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.md5
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1690ff03a2d663f82883e69c3f78e615
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha1
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b20f8837022346e2ca8e935d4cb857c1077f433b
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha256
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
5dd4b47f19aaf121fea517c3573107cf64b8c62a16b83fd334e4b1ade576f5cc
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha512
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.module.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
c89837e59ff4d062e59a13d8f66a8b68227fa94054f9a7560b8eb21b8f71d3ee9181805a1fd592fb79a442e4d90efd6d5e8093a347fd6d10b4199a6cdb389c21
|
||||||
33
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom
Normal file
33
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2021.02</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>3.16.4</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>3.16.4</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>42.3.2</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.md5
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f4f327ec8a3c932041949f74f145ac58
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha1
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
abc92c3d9b577e94569ef2dd69f5c64255364505
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha256
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ff8cd33c118576f5c3d6cb5b32aa44d69a9b672dc536a6704fe5fcd64ef44874
|
||||||
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha512
Normal file
1
de/jottyfan/COJooq/2021.02/COJooq-2021.02.pom.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
5783fe03d4c1db498655b32ace96235a80b88f6718009bee54946f2909f65b7fb458ea72ab89db81b0f515af53a4346272b93ed1fedf74ba6a3fbff01ec24de8
|
||||||
BIN
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar
Normal file
BIN
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.md5
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ec8fb24aec3f49fc7dc6acf59d85dbfc
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha1
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ff1e52242adca729cbe93ddd467c96206efeed91
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha256
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
300aed6ba74f9dc3cd88411ffc29c80c30962ab10071e84fb0f9500643f9f5a7
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha512
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.jar.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
246b997d5fe88465b7396657043e1604268c8f3a4e0243fc950e29b93e30ae22504d611ab9a7e7ef4375e72b83ead7452aa922f56b4f399d4520eb754ac16ed5
|
||||||
83
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module
Normal file
83
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2023.03",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 11,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.03.jar",
|
||||||
|
"url": "COJooq-2023.03.jar",
|
||||||
|
"size": 198982,
|
||||||
|
"sha512": "246b997d5fe88465b7396657043e1604268c8f3a4e0243fc950e29b93e30ae22504d611ab9a7e7ef4375e72b83ead7452aa922f56b4f399d4520eb754ac16ed5",
|
||||||
|
"sha256": "300aed6ba74f9dc3cd88411ffc29c80c30962ab10071e84fb0f9500643f9f5a7",
|
||||||
|
"sha1": "ff1e52242adca729cbe93ddd467c96206efeed91",
|
||||||
|
"md5": "ec8fb24aec3f49fc7dc6acf59d85dbfc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 11,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "3.16.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "3.16.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "42.3.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.03.jar",
|
||||||
|
"url": "COJooq-2023.03.jar",
|
||||||
|
"size": 198982,
|
||||||
|
"sha512": "246b997d5fe88465b7396657043e1604268c8f3a4e0243fc950e29b93e30ae22504d611ab9a7e7ef4375e72b83ead7452aa922f56b4f399d4520eb754ac16ed5",
|
||||||
|
"sha256": "300aed6ba74f9dc3cd88411ffc29c80c30962ab10071e84fb0f9500643f9f5a7",
|
||||||
|
"sha1": "ff1e52242adca729cbe93ddd467c96206efeed91",
|
||||||
|
"md5": "ec8fb24aec3f49fc7dc6acf59d85dbfc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.md5
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
e19046ca03af92bafe5e42b0a44f8f30
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha1
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
a9cef55649b9655e8ec311018f7f5e1973b233af
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha256
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f0c763d4738fd0231703d7bacae6c71db80ae8799332ff9c7598b92f415fca06
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha512
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.module.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
aee0729e6ec98397d6e2514ab8c85fc03c1af505dd8e725939f756e7805609d6d54a632f48bd8599c8502a485ed1371d64762d6beb4cc4b69dbcf94216c6a6be
|
||||||
33
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom
Normal file
33
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2023.03</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>3.16.4</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>3.16.4</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>42.3.2</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.md5
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
48d5f11fbe19044321faea08720afdbf
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha1
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
e8586a00db002a01278bd8a513903ce953cbd6f1
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha256
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
01acb89cada297d220ed8d3ea5bb350a0169c8859d986332d5eac245afd08141
|
||||||
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha512
Normal file
1
de/jottyfan/COJooq/2023.03/COJooq-2023.03.pom.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
8082b1ceb467ad8235522439cde2b4ef1368e800b74b7ae83a2545821a0e1638b60d6f15d21d9357c747c6da15cab89ed4f24ec2747229417de54f0126072528
|
||||||
BIN
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar
Normal file
BIN
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.md5
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
99b17c24783a7c00affc86d9bb72d824
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha1
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
4404ef3394f043c1127abf263a56484c0ff6b528
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha256
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
9ef4a812f6a7091a40d160c09031d2b03dbff22c63db2567b2921b17dc1f7008
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha512
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.jar.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fada0b270504cc6982e4d5e44c2017f36ee86bb5c1cd0896280c1971242366fbab77d0d1ca5ea03870db81d7d12797b4a4f461840b1eaa234b04e9b7cbff9391
|
||||||
83
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.module
Normal file
83
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2023.12.1",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.12.1.jar",
|
||||||
|
"url": "COJooq-2023.12.1.jar",
|
||||||
|
"size": 204128,
|
||||||
|
"sha512": "fada0b270504cc6982e4d5e44c2017f36ee86bb5c1cd0896280c1971242366fbab77d0d1ca5ea03870db81d7d12797b4a4f461840b1eaa234b04e9b7cbff9391",
|
||||||
|
"sha256": "9ef4a812f6a7091a40d160c09031d2b03dbff22c63db2567b2921b17dc1f7008",
|
||||||
|
"sha1": "4404ef3394f043c1127abf263a56484c0ff6b528",
|
||||||
|
"md5": "99b17c24783a7c00affc86d9bb72d824"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.12.1.jar",
|
||||||
|
"url": "COJooq-2023.12.1.jar",
|
||||||
|
"size": 204128,
|
||||||
|
"sha512": "fada0b270504cc6982e4d5e44c2017f36ee86bb5c1cd0896280c1971242366fbab77d0d1ca5ea03870db81d7d12797b4a4f461840b1eaa234b04e9b7cbff9391",
|
||||||
|
"sha256": "9ef4a812f6a7091a40d160c09031d2b03dbff22c63db2567b2921b17dc1f7008",
|
||||||
|
"sha1": "4404ef3394f043c1127abf263a56484c0ff6b528",
|
||||||
|
"md5": "99b17c24783a7c00affc86d9bb72d824"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.module.md5
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.module.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1b02629a383d781b5374c2e4fe68a475
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d8d1a22842af338693b6dc1634f7b3939883dda4
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
26f13435b83760749fe99c9467ae3a5e8602642f6da3d46061174b833a5030a6
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
50d837e00b9c85381b932701a45d817f3045d4f79ed6a771916c05b0b2cfb5827e908d7777c27dbf40de78f18f3f21989940e9d5c36c1e58860b10306fbed3d6
|
||||||
33
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom
Normal file
33
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2023.12.1</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.md5
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
dfc168dea0a3782c702cd7598eb5ce21
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha1
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f11c757706dd2cb0fe03b4a2056c7ca1c63f84d7
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha256
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
9e1ec648a8f773da7e27b4ba0c2ad12e18e65a245acb5b5ac079ec1ec3a6301d
|
||||||
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha512
Normal file
1
de/jottyfan/COJooq/2023.12.1/COJooq-2023.12.1.pom.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
5e97ef53b43a7ec4364d5a40ad01f67d10bc0fda7ee221c6fccd5de42b9b5f5b5eb2937d4532a3c84123b1e7eb461a789f345ab47db842d755f22721b71335f3
|
||||||
BIN
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar
Normal file
BIN
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.md5
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
d539bcbab281894a411e9d9847e6430b
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha1
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
059be174f819a2d0f813473259c7f296e2ec1133
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha256
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b7dc9341df4a4880f854c1ec80b7ca9740ea8b593ec9198053b45ca2bf3eda57
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha512
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.jar.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
0736327dc2be197923d346ace0182b51bb9fc9be83513e4090a714f78246d8ffe0896bfa282f8abe79ebfe5692edcf5163fd09cba5f9555811eae9637068cc7d
|
||||||
83
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module
Normal file
83
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2023.12",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.12.jar",
|
||||||
|
"url": "COJooq-2023.12.jar",
|
||||||
|
"size": 154149,
|
||||||
|
"sha512": "0736327dc2be197923d346ace0182b51bb9fc9be83513e4090a714f78246d8ffe0896bfa282f8abe79ebfe5692edcf5163fd09cba5f9555811eae9637068cc7d",
|
||||||
|
"sha256": "b7dc9341df4a4880f854c1ec80b7ca9740ea8b593ec9198053b45ca2bf3eda57",
|
||||||
|
"sha1": "059be174f819a2d0f813473259c7f296e2ec1133",
|
||||||
|
"md5": "d539bcbab281894a411e9d9847e6430b"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2023.12.jar",
|
||||||
|
"url": "COJooq-2023.12.jar",
|
||||||
|
"size": 154149,
|
||||||
|
"sha512": "0736327dc2be197923d346ace0182b51bb9fc9be83513e4090a714f78246d8ffe0896bfa282f8abe79ebfe5692edcf5163fd09cba5f9555811eae9637068cc7d",
|
||||||
|
"sha256": "b7dc9341df4a4880f854c1ec80b7ca9740ea8b593ec9198053b45ca2bf3eda57",
|
||||||
|
"sha1": "059be174f819a2d0f813473259c7f296e2ec1133",
|
||||||
|
"md5": "d539bcbab281894a411e9d9847e6430b"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.md5
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
16e867514c1ed57a8a69c8b10aafd5f3
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha1
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
b75b9987df743ee2c7f440d666c5e225d43c1466
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha256
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
67198a94088f8e6f4608d1fa7dc6b4a673927ca39600d8e5c339cb0345bdc8d4
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha512
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.module.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7031eedd27a0f4d9874dcb4f8dd5b21803471ba03ef4524483001699adb076eea9c7b1f57358a2fd57376dc4d5de6141e7af863be9f11c10fbfb3304644642be
|
||||||
33
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom
Normal file
33
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2023.12</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.md5
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
f12887d51bbda5957ce65129f92ad6cf
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha1
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
4e876ba7a5f2ba8206255192e714dc7b4046bb1d
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha256
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha256
Normal file
@@ -0,0 +1 @@
|
|||||||
|
daefdef9afc657f13d8ff6b82120b3fa814037f23ce943c30cc509b2d89f9019
|
||||||
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha512
Normal file
1
de/jottyfan/COJooq/2023.12/COJooq-2023.12.pom.sha512
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7d4b6498070f6fcd2d078752f0330f5c2999691e7d9632370e05316cbd610fb1fc8fc653293cadb224b28f253df552ef8079472ccd4a056d066fc89f34ec9f6f
|
||||||
BIN
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar
Normal file
BIN
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar.md5
Normal file
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
aaf1f1c40d6da86fd0a27905271afe6b
|
||||||
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar.sha1
Normal file
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7ffe681194e0477f372738bb138800b18b7158ce
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
478bc05bd952527bc341139d18a6618a497762e98a33276e7c49b99d647aa888
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
a80f7599b0270d4feb67ec087bdd219053db81cff8d2433439f88829dab8bf912a0775ef3b0d096f42df6dbd4676018806119f36026053da32810ce8273e99d2
|
||||||
83
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.module
Normal file
83
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2024.02.22",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.02.22.jar",
|
||||||
|
"url": "COJooq-2024.02.22.jar",
|
||||||
|
"size": 240524,
|
||||||
|
"sha512": "a80f7599b0270d4feb67ec087bdd219053db81cff8d2433439f88829dab8bf912a0775ef3b0d096f42df6dbd4676018806119f36026053da32810ce8273e99d2",
|
||||||
|
"sha256": "478bc05bd952527bc341139d18a6618a497762e98a33276e7c49b99d647aa888",
|
||||||
|
"sha1": "7ffe681194e0477f372738bb138800b18b7158ce",
|
||||||
|
"md5": "aaf1f1c40d6da86fd0a27905271afe6b"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.02.22.jar",
|
||||||
|
"url": "COJooq-2024.02.22.jar",
|
||||||
|
"size": 240524,
|
||||||
|
"sha512": "a80f7599b0270d4feb67ec087bdd219053db81cff8d2433439f88829dab8bf912a0775ef3b0d096f42df6dbd4676018806119f36026053da32810ce8273e99d2",
|
||||||
|
"sha256": "478bc05bd952527bc341139d18a6618a497762e98a33276e7c49b99d647aa888",
|
||||||
|
"sha1": "7ffe681194e0477f372738bb138800b18b7158ce",
|
||||||
|
"md5": "aaf1f1c40d6da86fd0a27905271afe6b"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
5d9b285250aa424d5f77a309e3fba052
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
cb084fdca8768c60b3283378397888b374e361d4
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
b9ad14067457a388970037c11fe25555f4ad2d39d120d6d88ba52287a81a2632
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2e77b3ac5336fe7dce0fcb16ca34d247f03cd5259cddf81b0961f4472a06a8ae50c389dbf68afa67f887d94e707b563c6c8e4cbb643bdc3cbd6de22037852658
|
||||||
33
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom
Normal file
33
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2024.02.22</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom.md5
Normal file
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1ecb8c1034037f36cd2bcd808bec4565
|
||||||
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom.sha1
Normal file
1
de/jottyfan/COJooq/2024.02.22/COJooq-2024.02.22.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
8e87ade5598aa7176e6a671ac437fa2e82cc3bfe
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
bcecfca030c7e6ec7ec01e41d886e9780ecd7414523babad6b0f3ff817d43c51
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f3b902c07f06ee8fc48e45315303a1ff3f27d5d0f39aff5f1103d42e1edff9140e9ac0cfcffd304d5ed2a070023a1d95c0a2d29c451c21cc902e5712c28697f4
|
||||||
BIN
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar
Normal file
BIN
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar.md5
Normal file
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
a19975edd73fc143d43e0d55dcf684da
|
||||||
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar.sha1
Normal file
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
696e1c01f0c07d5c4ac7abd15d593439cbabbc3c
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
94f0899c92a6aa346de1f4fd19d1726cd2a1bf33f68c13aedf38a97ea0b88605
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
4d51879111ea4ad4e7d72bb522885c7e936b0138fbfbaeeb5b303f3ea1cde1b421d0d2035e321be3ff38071b3c2862e709fa7c1c113a4dec7cdb0b58d6e18d62
|
||||||
83
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.module
Normal file
83
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2024.02.23",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.02.23.jar",
|
||||||
|
"url": "COJooq-2024.02.23.jar",
|
||||||
|
"size": 242702,
|
||||||
|
"sha512": "4d51879111ea4ad4e7d72bb522885c7e936b0138fbfbaeeb5b303f3ea1cde1b421d0d2035e321be3ff38071b3c2862e709fa7c1c113a4dec7cdb0b58d6e18d62",
|
||||||
|
"sha256": "94f0899c92a6aa346de1f4fd19d1726cd2a1bf33f68c13aedf38a97ea0b88605",
|
||||||
|
"sha1": "696e1c01f0c07d5c4ac7abd15d593439cbabbc3c",
|
||||||
|
"md5": "a19975edd73fc143d43e0d55dcf684da"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.02.23.jar",
|
||||||
|
"url": "COJooq-2024.02.23.jar",
|
||||||
|
"size": 242702,
|
||||||
|
"sha512": "4d51879111ea4ad4e7d72bb522885c7e936b0138fbfbaeeb5b303f3ea1cde1b421d0d2035e321be3ff38071b3c2862e709fa7c1c113a4dec7cdb0b58d6e18d62",
|
||||||
|
"sha256": "94f0899c92a6aa346de1f4fd19d1726cd2a1bf33f68c13aedf38a97ea0b88605",
|
||||||
|
"sha1": "696e1c01f0c07d5c4ac7abd15d593439cbabbc3c",
|
||||||
|
"md5": "a19975edd73fc143d43e0d55dcf684da"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
e3d86398c9ef03034ca4e1d4c5b2674d
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
f26d40dcaacf820673bf3d994b724cbd5399527b
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8dbe8a9e6ebf98750153dbf12e714268466f67ac8e32f3424c01cb5730e451e3
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
d2d2bd0d080ad7d1b52e84043c9a06cc44e39b9f8248c773e514a6699482b81303468c0ae178e088d0ebd40a94e5b3fac69bceefdbed1c8a2bdcadb98cc0fee0
|
||||||
33
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom
Normal file
33
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
|
<!-- This module was also published with a richer model, Gradle metadata, -->
|
||||||
|
<!-- which should be used instead. Do not delete the following line which -->
|
||||||
|
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
|
||||||
|
<!-- that they should prefer consuming it instead. -->
|
||||||
|
<!-- do_not_remove: published-with-gradle-metadata -->
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>de.jottyfan</groupId>
|
||||||
|
<artifactId>COJooq</artifactId>
|
||||||
|
<version>2024.02.23</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jooq</groupId>
|
||||||
|
<artifactId>jooq-codegen</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.postgresql</groupId>
|
||||||
|
<artifactId>postgresql</artifactId>
|
||||||
|
<version>RELEASE</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
||||||
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom.md5
Normal file
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
941125dbd2b46cdb0a58df6f56e6b1df
|
||||||
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom.sha1
Normal file
1
de/jottyfan/COJooq/2024.02.23/COJooq-2024.02.23.pom.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
829ae7e568d387f6f30e5a9065f811891612bbf7
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
6b325c30177899eaa35bffacb49595a1683b9bbcade7c9bc6db728bcf7a0a1c4
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
4bca99c0a2a4b53c78f03eb3795bf3c9c435d29155aee6a9a0b87a2f6fcd727f63d02b62b42d49060915a3020ba1e9ef048f47e7fb388848d080f5bb877683d4
|
||||||
BIN
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar
Normal file
BIN
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar
Normal file
Binary file not shown.
1
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar.md5
Normal file
1
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar.md5
Normal file
@@ -0,0 +1 @@
|
|||||||
|
4ff0d5dff0d0d492d15399c034e8a125
|
||||||
1
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar.sha1
Normal file
1
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.jar.sha1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
6e5326f0f7327371f01bdac551294d4d9b62c3ec
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
4244104b71198edf1a5b60ba0c3b7afda96046885717d7f29f4941a212ca28fb
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
18bcb45ff43a0309d9fad2397d30f82a4d3706833eabfb4c211852fb8181f3a60ab3f23f227965f7d0dd0a0f475a6bd09fb28067a2e81233bb946df34fa55b44
|
||||||
83
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.module
Normal file
83
de/jottyfan/COJooq/2024.03.16/COJooq-2024.03.16.module
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "de.jottyfan",
|
||||||
|
"module": "COJooq",
|
||||||
|
"version": "2024.03.16",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.status": "release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"createdBy": {
|
||||||
|
"gradle": {
|
||||||
|
"version": "7.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "apiElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.03.16.jar",
|
||||||
|
"url": "COJooq-2024.03.16.jar",
|
||||||
|
"size": 243268,
|
||||||
|
"sha512": "18bcb45ff43a0309d9fad2397d30f82a4d3706833eabfb4c211852fb8181f3a60ab3f23f227965f7d0dd0a0f475a6bd09fb28067a2e81233bb946df34fa55b44",
|
||||||
|
"sha256": "4244104b71198edf1a5b60ba0c3b7afda96046885717d7f29f4941a212ca28fb",
|
||||||
|
"sha1": "6e5326f0f7327371f01bdac551294d4d9b62c3ec",
|
||||||
|
"md5": "4ff0d5dff0d0d492d15399c034e8a125"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.jooq",
|
||||||
|
"module": "jooq-codegen",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "org.postgresql",
|
||||||
|
"module": "postgresql",
|
||||||
|
"version": {
|
||||||
|
"requires": "latest.release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "COJooq-2024.03.16.jar",
|
||||||
|
"url": "COJooq-2024.03.16.jar",
|
||||||
|
"size": 243268,
|
||||||
|
"sha512": "18bcb45ff43a0309d9fad2397d30f82a4d3706833eabfb4c211852fb8181f3a60ab3f23f227965f7d0dd0a0f475a6bd09fb28067a2e81233bb946df34fa55b44",
|
||||||
|
"sha256": "4244104b71198edf1a5b60ba0c3b7afda96046885717d7f29f4941a212ca28fb",
|
||||||
|
"sha1": "6e5326f0f7327371f01bdac551294d4d9b62c3ec",
|
||||||
|
"md5": "4ff0d5dff0d0d492d15399c034e8a125"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
c9b3104bea3d1ec7361b5bbb4296cdd3
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
2cca549de7835dd025132a72f56811ba213e6404
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
0b7135b1368415589f6c9f4b8336c7d856d29673319f1f9b32dd48a210a5e11d
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user