GroupId | GroupIdorg.boothub |
---|---|
ArtifactId | ArtifactIdboothub-db |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
boothub-db-0.3.5.pom | |
boothub-db-0.3.5.jar | 69 KB |
boothub-db-0.3.5-sources.jar | 7 KB |
boothub-db-0.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.boothub/boothub-db/
implementation 'org.boothub:boothub-db:0.3.5'
// https://jarcasting.com/artifacts/org.boothub/boothub-db/
implementation ("org.boothub:boothub-db:0.3.5")
'org.boothub:boothub-db:jar:0.3.5'
<dependency org="org.boothub" name="boothub-db" rev="0.3.5">
<artifact name="boothub-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.boothub', module='boothub-db', version='0.3.5')
)
libraryDependencies += "org.boothub" % "boothub-db" % "0.3.5"
[org.boothub/boothub-db "0.3.5"]