j

jcifs-ng

Files download
File Operation
jcifs-ng-0.3.3.pom download
Apache Maven
<dependency>
  <groupId>io.github.qsy7.java.dependencies</groupId>
  <artifactId>jcifs-ng</artifactId>
  <version>0.3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.qsy7.java.dependencies:jcifs-ng:0.3.3'
Gradle Kotlin
implementation("io.github.qsy7.java.dependencies:jcifs-ng:0.3.3")
Scala SBT
libraryDependencies += "io.github.qsy7.java.dependencies" % "jcifs-ng" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qsy7.java.dependencies', module='jcifs-ng', version='0.3.3')
)
Apache Ivy
<dependency org="io.github.qsy7.java.dependencies" name="jcifs-ng" rev="0.3.3" />
Leiningen
[io.github.qsy7.java.dependencies/jcifs-ng "0.3.3"]
Apache Buildr
'io.github.qsy7.java.dependencies:jcifs-ng:jar:0.3.3'