| GroupId | GroupIdio.github.mtrevisan |
|---|---|
| ArtifactId | ArtifactIdboxon |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| boxon-1.0.0.pom | |
| boxon-1.0.0.jar | 174 KB |
| boxon-1.0.0-sources.jar | 168 KB |
| boxon-1.0.0-shaded.jar | 1 MB |
| boxon-1.0.0-javadoc.jar | 809 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.mtrevisan/boxon/ -->
<dependency>
<groupId>io.github.mtrevisan</groupId>
<artifactId>boxon</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mtrevisan/boxon/
implementation 'io.github.mtrevisan:boxon:1.0.0'
// https://jarcasting.com/artifacts/io.github.mtrevisan/boxon/
implementation ("io.github.mtrevisan:boxon:1.0.0")
'io.github.mtrevisan:boxon:jar:1.0.0'
<dependency org="io.github.mtrevisan" name="boxon" rev="1.0.0">
<artifact name="boxon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mtrevisan', module='boxon', version='1.0.0')
)
libraryDependencies += "io.github.mtrevisan" % "boxon" % "1.0.0"
[io.github.mtrevisan/boxon "1.0.0"]