| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdio.csra.wily |
| ArtifactId | ArtifactIddatabase |
| Last Version | Last Version2.4.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwily-database
Database Configurations for the Wily Framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| database-2.4.2.pom | |
| database-2.4.2.jar | 16 KB |
| database-2.4.2-sources.jar | 10 KB |
| database-2.4.2-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.csra.wily/database/ -->
<dependency>
<groupId>io.csra.wily</groupId>
<artifactId>database</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.csra.wily/database/
implementation 'io.csra.wily:database:2.4.2'
// https://jarcasting.com/artifacts/io.csra.wily/database/
implementation ("io.csra.wily:database:2.4.2")
'io.csra.wily:database:jar:2.4.2'
<dependency org="io.csra.wily" name="database" rev="2.4.2">
<artifact name="database" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.csra.wily', module='database', version='2.4.2')
)
libraryDependencies += "io.csra.wily" % "database" % "2.4.2"
[io.csra.wily/database "2.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.csra.wily : components | jar | 2.4.2 |
| org.springframework : spring-context-support | jar | |
| org.springframework : spring-tx | jar | |
| org.springframework : spring-beans | jar | |
| org.jooq : jooq | jar | 3.14.4 |
| org.springframework : spring-jdbc | jar | |
| com.zaxxer : HikariCP | jar | 3.4.5 |
| org.mongodb : mongo-java-driver | jar | 3.12.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |