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