GroupId | GroupIdorg.boothub |
---|---|
ArtifactId | ArtifactIdboothub-db |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
boothub-db-0.3.0.pom | |
boothub-db-0.3.0.jar | 69 KB |
boothub-db-0.3.0-sources.jar | 7 KB |
boothub-db-0.3.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.boothub/boothub-db/ -->
<dependency>
<groupId>org.boothub</groupId>
<artifactId>boothub-db</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.boothub/boothub-db/
implementation 'org.boothub:boothub-db:0.3.0'
// https://jarcasting.com/artifacts/org.boothub/boothub-db/
implementation ("org.boothub:boothub-db:0.3.0")
'org.boothub:boothub-db:jar:0.3.0'
<dependency org="org.boothub" name="boothub-db" rev="0.3.0">
<artifact name="boothub-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boothub', module='boothub-db', version='0.3.0')
)
libraryDependencies += "org.boothub" % "boothub-db" % "0.3.0"
[org.boothub/boothub-db "0.3.0"]