License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.bright-side.bdbexport |
ArtifactId | ArtifactIdBDbExport |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBDbExport
Java framework to export databases
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
BDbExport-0.2.0.pom | |
BDbExport-0.2.0.jar | 42 KB |
BDbExport-0.2.0-sources.jar | 18 KB |
BDbExport-0.2.0-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bright-side.bdbexport/BDbExport/ -->
<dependency>
<groupId>de.bright-side.bdbexport</groupId>
<artifactId>BDbExport</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.bdbexport/BDbExport/
implementation 'de.bright-side.bdbexport:BDbExport:0.2.0'
// https://jarcasting.com/artifacts/de.bright-side.bdbexport/BDbExport/
implementation ("de.bright-side.bdbexport:BDbExport:0.2.0")
'de.bright-side.bdbexport:BDbExport:jar:0.2.0'
<dependency org="de.bright-side.bdbexport" name="BDbExport" rev="0.2.0">
<artifact name="BDbExport" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.bdbexport', module='BDbExport', version='0.2.0')
)
libraryDependencies += "de.bright-side.bdbexport" % "BDbExport" % "0.2.0"
[de.bright-side.bdbexport/BDbExport "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |