License |
License |
---|---|
Categories |
CategoriesJDBI Data Databases |
GroupId | GroupIdorg.jdbi |
ArtifactId | ArtifactIdjdbi3-commons-text |
Last Version | Last Version3.30.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdbi3 Apache Commons Text integration
Provides features implemented with Apache Commons Text.
|
<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi3-commons-text/ -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-commons-text</artifactId>
<version>3.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-commons-text/
implementation 'org.jdbi:jdbi3-commons-text:3.30.0'
// https://jarcasting.com/artifacts/org.jdbi/jdbi3-commons-text/
implementation ("org.jdbi:jdbi3-commons-text:3.30.0")
'org.jdbi:jdbi3-commons-text:jar:3.30.0'
<dependency org="org.jdbi" name="jdbi3-commons-text" rev="3.30.0">
<artifact name="jdbi3-commons-text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi3-commons-text', version='3.30.0')
)
libraryDependencies += "org.jdbi" % "jdbi3-commons-text" % "3.30.0"
[org.jdbi/jdbi3-commons-text "3.30.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-sqlobject Optional | jar | 3.30.0 |
org.apache.commons : commons-text | jar | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
org.jdbi : jdbi3-core | jar | 3.30.0 |
org.jdbi : jdbi3-testing | jar | 3.30.0 |
org.xerial : sqlite-jdbc | jar | 3.36.0.1 |
org.mockito : mockito-core | jar | 4.2.0 |
org.mockito : mockito-junit-jupiter | jar | 4.2.0 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.junit.jupiter : junit-jupiter-api Optional | jar | |
org.assertj : assertj-core | jar | 3.21.0 |