n

notbed-db

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