n

notbed-util

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