| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.brettonw.bedrock |
| ArtifactId | ArtifactIddatabase |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDatabase
Provides an interface for putting and fetching bags directly in database interfaces.
|
| Filename | Size |
|---|---|
| database-2.1.0.pom | |
| database-2.1.0.jar | 7 KB |
| database-2.1.0-sources.jar | 5 KB |
| database-2.1.0-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brettonw.bedrock/database/ -->
<dependency>
<groupId>com.brettonw.bedrock</groupId>
<artifactId>database</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.brettonw.bedrock/database/
implementation 'com.brettonw.bedrock:database:2.1.0'
// https://jarcasting.com/artifacts/com.brettonw.bedrock/database/
implementation ("com.brettonw.bedrock:database:2.1.0")
'com.brettonw.bedrock:database:jar:2.1.0'
<dependency org="com.brettonw.bedrock" name="database" rev="2.1.0">
<artifact name="database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brettonw.bedrock', module='database', version='2.1.0')
)
libraryDependencies += "com.brettonw.bedrock" % "database" % "2.1.0"
[com.brettonw.bedrock/database "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.brettonw.bedrock : logger | jar | 2.1.0 |
| com.brettonw.bedrock : bag | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : mongodb-driver-sync | jar | 4.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |