| GroupId | GroupIdcom.github.dhorions |
|---|---|
| ArtifactId | ArtifactIdboxable |
| Version | Version1.5-RC |
| Type | Typejar |
| Filename | Size |
|---|---|
| boxable-1.5-RC.pom | |
| boxable-1.5-RC.jar | 57 KB |
| boxable-1.5-RC-sources.jar | 35 KB |
| boxable-1.5-RC-javadoc.jar | 203 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dhorions/boxable/ -->
<dependency>
<groupId>com.github.dhorions</groupId>
<artifactId>boxable</artifactId>
<version>1.5-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dhorions/boxable/
implementation 'com.github.dhorions:boxable:1.5-RC'
// https://jarcasting.com/artifacts/com.github.dhorions/boxable/
implementation ("com.github.dhorions:boxable:1.5-RC")
'com.github.dhorions:boxable:jar:1.5-RC'
<dependency org="com.github.dhorions" name="boxable" rev="1.5-RC">
<artifact name="boxable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dhorions', module='boxable', version='1.5-RC')
)
libraryDependencies += "com.github.dhorions" % "boxable" % "1.5-RC"
[com.github.dhorions/boxable "1.5-RC"]