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