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