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