j

jashing

Java Port of Dashing
https://github.com/avarabyeu
文件下载
文件名 操作
jashing-0.0.11.jar 下载
jashing-0.0.11.pom 下载
jashing-0.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.avarabyeu.jashing</groupId>
  <artifactId>jashing</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.avarabyeu.jashing:jashing:0.0.11'
Gradle Kotlin
implementation("com.github.avarabyeu.jashing:jashing:0.0.11")
Scala SBT
libraryDependencies += "com.github.avarabyeu.jashing" % "jashing" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.avarabyeu.jashing', module='jashing', version='0.0.11')
)
Apache Ivy
<dependency org="com.github.avarabyeu.jashing" name="jashing" rev="0.0.11" />
Leiningen
[com.github.avarabyeu.jashing/jashing "0.0.11"]
Apache Buildr
'com.github.avarabyeu.jashing:jashing:jar:0.0.11'