n

notbed-db

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