Skip to content

artfultom/zallak-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]

About

Java multithreading library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages