Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 825 Bytes

README.md

File metadata and controls

43 lines (38 loc) · 825 Bytes

zallak-core

Java multithreading library

Installation

Repository - https://repo1.maven.org/maven2/com/github/artfultom/zallak-core/.

Apache Maven

<dependency>
    <groupId>com.github.artfultom</groupId>
    <artifactId>zallak-core</artifactId>
    <version>1.0.0</version>
</dependency>

Apache Buildr

'com.github.artfultom:zallak-core:jar:1.0.0'

Apache Ivy

<dependency org="com.github.artfultom" name="zallak-core" rev="1.0.0" />

Groovy Grape

@Grapes( 
    @Grab(group='com.github.artfultom', module='zallak-core', version='1.0.0') 
)

Gradle/Grails

compile 'com.github.artfultom:zallak-core:1.0.0'

Scala SBT

libraryDependencies += "com.github.artfultom" % "zallak-core" % "1.0.0"

Leiningen

[com.github.artfultom/zallak-core "1.0.0"]