n

notuvyutil

General utilities and tools to simplify the creation new standalone applications.
http://labs.notuvy.com/projects/notuvyutil/
Apache 2
Murali Krishnan
Files download
File Operation
notuvyutil-0.0.28.jar download
notuvyutil-0.0.28.pom download
notuvyutil-0.0.28-sources.jar download
Apache Maven
<dependency>
  <groupId>com.notuvy</groupId>
  <artifactId>notuvyutil</artifactId>
  <version>0.0.28</version>
</dependency>
Gradle Groovy
implementation 'com.notuvy:notuvyutil:0.0.28'
Gradle Kotlin
implementation("com.notuvy:notuvyutil:0.0.28")
Scala SBT
libraryDependencies += "com.notuvy" % "notuvyutil" % "0.0.28"
Groovy Grape
@Grapes(
  @Grab(group='com.notuvy', module='notuvyutil', version='0.0.28')
)
Apache Ivy
<dependency org="com.notuvy" name="notuvyutil" rev="0.0.28" />
Leiningen
[com.notuvy/notuvyutil "0.0.28"]
Apache Buildr
'com.notuvy:notuvyutil:jar:0.0.28'