n

notbed-db

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