MVN

se.solrike.aws : solrike-aws-extras

Maven & Gradle

Jan 02, 2023
2 stars

Solrike AWS Extras - Util classes for AWS · Util classes for AWS. 1) Java SQL Datasource factory which enables IAM authentication with AWS RDS like MySQL on any Hikari datasource

<dependency>
    <groupId>se.solrike.aws</groupId>
    <artifactId>solrike-aws-extras</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.solrike.aws : solrike-aws-extras to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of se.solrike.aws : solrike-aws-extras to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
solrike-aws-extras-0.2.0
0.1.x
solrike-aws-extras-0.1.0

How to add a dependency to Maven

Add the following se.solrike.aws : solrike-aws-extras maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.solrike.aws</groupId>
    <artifactId>solrike-aws-extras</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.solrike.aws : solrike-aws-extras gradle dependency to your build.gradle file:

implementation 'se.solrike.aws:solrike-aws-extras:0.2.0'

Gradle Kotlin DSL: Add the following se.solrike.aws : solrike-aws-extras gradle kotlin dependency to your build.gradle.kts file:

implementation("se.solrike.aws:solrike-aws-extras:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.solrike.aws : solrike-aws-extras sbt scala dependency to your build.sbt file:

libraryDependencies += "se.solrike.aws" % "solrike-aws-extras" % "0.2.0"