n

nva-file-model

The java version of the NVA file model
https://github.com/BIBSYSDEV/nva-file-model
MIT License
Orestis Gkorgkas
文件下载
文件名 操作
nva-file-model-1.0.7.jar 下载
nva-file-model-1.0.7.pom 下载
nva-file-model-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.bibsysdev</groupId>
  <artifactId>nva-file-model</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.bibsysdev:nva-file-model:1.0.7'
Gradle Kotlin
implementation("com.github.bibsysdev:nva-file-model:1.0.7")
Scala SBT
libraryDependencies += "com.github.bibsysdev" % "nva-file-model" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bibsysdev', module='nva-file-model', version='1.0.7')
)
Apache Ivy
<dependency org="com.github.bibsysdev" name="nva-file-model" rev="1.0.7" />
Leiningen
[com.github.bibsysdev/nva-file-model "1.0.7"]
Apache Buildr
'com.github.bibsysdev:nva-file-model:jar:1.0.7'