Skip to content

Release/1.0.0

Latest
Compare
Choose a tag to compare
@vrushofficial vrushofficial released this 19 Nov 08:34
· 7 commits to main since this release
bd8c60f

---------------------------Maven----------------------------

 <dependency>
    <groupId>com.github.vrushofficial.deadheat-lock</groupId>  
    <artifactId>deadheat-lock-redis</artifactId> 
    <version>1.0.0</version>
 </dependency>

---------------------------Gradle------------------------------
compile 'com.github.vrushofficial.deadheat-lock:deadheat-lock-redis:1.0.0'

---------------------------Scala SBT------------------------------
libraryDependencies += "com.github.vrushofficial.deadheat-lock" % "deadheat-lock-redis" % "1.0.0"

---------------------------Groovy Grape------------------------------
@Grapes( @Grab(group='com.github.vrushofficial.deadheat-lock', module='deadheat-lock-redis', version='1.0.0') )

---------------------------Apache Ivy------------------------------
<dependency org="com.github.vrushofficial.deadheat-lock" name="deadheat-lock-redis" rev="1.0.0" />

---------------------------Apache Buildr------------------------------
'com.github.vrushofficial.deadheat-lock:deadheat-lock-redis:jar:1.0.0'

---------------------------Leiningen------------------------------
[com.github.vrushofficial.deadheat-lock/deadheat-lock-redis "1.0.0"]