MVN

io.symcpe.hendrix : wraith-silo

Maven & Gradle

Nov 02, 2016
2 usages

wraith silo · Wriath state persistence library

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>wraith-silo</artifactId>
    <version>0.0.34</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.symcpe.hendrix : wraith-silo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.34

All Versions

Choose a version of io.symcpe.hendrix : wraith-silo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
wraith-silo-0.0.34
wraith-silo-0.0.33
wraith-silo-0.0.32
wraith-silo-0.0.30
wraith-silo-0.0.29
wraith-silo-0.0.28
wraith-silo-0.0.25
wraith-silo-0.0.23
wraith-silo-0.0.22
wraith-silo-0.0.20
wraith-silo-0.0.18

How to add a dependency to Maven

Add the following io.symcpe.hendrix : wraith-silo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.symcpe.hendrix</groupId>
    <artifactId>wraith-silo</artifactId>
    <version>0.0.34</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.symcpe.hendrix : wraith-silo gradle dependency to your build.gradle file:

implementation 'io.symcpe.hendrix:wraith-silo:0.0.34'

Gradle Kotlin DSL: Add the following io.symcpe.hendrix : wraith-silo gradle kotlin dependency to your build.gradle.kts file:

implementation("io.symcpe.hendrix:wraith-silo:0.0.34")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.symcpe.hendrix : wraith-silo sbt scala dependency to your build.sbt file:

libraryDependencies += "io.symcpe.hendrix" % "wraith-silo" % "0.0.34"

Advertisement