License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.bright-side.bdbexport |
ArtifactId | ArtifactIdBDbExport |
Version | Version0.1.1 |
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.1.1.pom | |
BDbExport-0.1.1.jar | 42 KB |
BDbExport-0.1.1-sources.jar | 18 KB |
BDbExport-0.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.bdbexport/BDbExport/
implementation 'de.bright-side.bdbexport:BDbExport:0.1.1'
// https://jarcasting.com/artifacts/de.bright-side.bdbexport/BDbExport/
implementation ("de.bright-side.bdbexport:BDbExport:0.1.1")
'de.bright-side.bdbexport:BDbExport:jar:0.1.1'
<dependency org="de.bright-side.bdbexport" name="BDbExport" rev="0.1.1">
<artifact name="BDbExport" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.bdbexport', module='BDbExport', version='0.1.1')
)
libraryDependencies += "de.bright-side.bdbexport" % "BDbExport" % "0.1.1"
[de.bright-side.bdbexport/BDbExport "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |