| GroupId | GroupIdde.tum.in |
|---|---|
| ArtifactId | ArtifactIdjbdd |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbdd-0.4.0.pom | |
| jbdd-0.4.0.jar | 63 KB |
| jbdd-0.4.0-sources.jar | 36 KB |
| jbdd-0.4.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.tum.in/jbdd/ -->
<dependency>
<groupId>de.tum.in</groupId>
<artifactId>jbdd</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.in/jbdd/
implementation 'de.tum.in:jbdd:0.4.0'
// https://jarcasting.com/artifacts/de.tum.in/jbdd/
implementation ("de.tum.in:jbdd:0.4.0")
'de.tum.in:jbdd:jar:0.4.0'
<dependency org="de.tum.in" name="jbdd" rev="0.4.0">
<artifact name="jbdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.in', module='jbdd', version='0.4.0')
)
libraryDependencies += "de.tum.in" % "jbdd" % "0.4.0"
[de.tum.in/jbdd "0.4.0"]