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