Files download
File Operation
drawbox-1.0.3.pom download
drawbox-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ak1</groupId>
  <artifactId>drawbox</artifactId>
  <version>1.0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.ak1:drawbox:1.0.3'
Gradle Kotlin
implementation("io.ak1:drawbox:1.0.3")
Scala SBT
libraryDependencies += "io.ak1" % "drawbox" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.ak1', module='drawbox', version='1.0.3')
)
Apache Ivy
<dependency org="io.ak1" name="drawbox" rev="1.0.3" />
Leiningen
[io.ak1/drawbox "1.0.3"]
Apache Buildr
'io.ak1:drawbox:jar:1.0.3'