JOOQ karaf feature project

JOOQ Karaf features

License

License

Categories

Categories

jOOQ Data Databases
GroupId

GroupId

hu.blackbelt.karaf.features
ArtifactId

ArtifactId

jooq
Last Version

Last Version

3.13.1_1
Release Date

Release Date

Type

Type

pom
Description

Description

JOOQ karaf feature project
JOOQ Karaf features
Project URL

Project URL

https://github.com/BlackBeltTechnology/karaf-features-jooq
Source Code Management

Source Code Management

https://github.com/BlackBeltTechnology/karaf-features-jooq

Download jooq

Filename Size
jooq-3.13.1_1.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/jooq/ -->
<dependency>
    <groupId>hu.blackbelt.karaf.features</groupId>
    <artifactId>jooq</artifactId>
    <version>3.13.1_1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/jooq/
implementation 'hu.blackbelt.karaf.features:jooq:3.13.1_1'
// https://jarcasting.com/artifacts/hu.blackbelt.karaf.features/jooq/
implementation ("hu.blackbelt.karaf.features:jooq:3.13.1_1")
'hu.blackbelt.karaf.features:jooq:pom:3.13.1_1'
<dependency org="hu.blackbelt.karaf.features" name="jooq" rev="3.13.1_1">
  <artifact name="jooq" type="pom" />
</dependency>
@Grapes(
@Grab(group='hu.blackbelt.karaf.features', module='jooq', version='3.13.1_1')
)
libraryDependencies += "hu.blackbelt.karaf.features" % "jooq" % "3.13.1_1"
[hu.blackbelt.karaf.features/jooq "3.13.1_1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Karaf feature Jooq (OpenSource)

Externsion to karaf which adds Jooq opensourcce bundles to karaf features.

Features:

  • jooq 3.13.2

The jooq open source edition only supports limited features and open source databases. TThis feature plugin can install artifactos to your repository, you have to set the credentials in your settings.xml:

        <server>
            <id>jooq-professional</id>
            <username>your jooq user</username>
            <password>your jooq password</password>
            <configuration>
                <authenticationInfo>
                    <userName>your jooq user</userName>
                    <password>your jooq password</password>
                </authenticationInfo>
            </configuration>
        </server>

After that you can activate profile:

mvn deploy -P professional
hu.blackbelt.karaf.features

BlackBelt Technology

Versions

Version
3.13.1_1
3.11.11_1