j

jashing

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