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