s

safe_2.10

Helpers to write type-safe Scala code using equality and Strings.
http://github.com/xdotai/safe
Apache License 2.0
x.ai
Jan Christopher Vogt
Files download
File Operation
safe_2.10-0.1.0.jar download
safe_2.10-0.1.0.pom download
safe_2.10-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.x</groupId>
  <artifactId>safe_2.10</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'ai.x:safe_2.10:0.1.0'
Gradle Kotlin
implementation("ai.x:safe_2.10:0.1.0")
Scala SBT
libraryDependencies += "ai.x" % "safe_2.10" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.x', module='safe_2.10', version='0.1.0')
)
Apache Ivy
<dependency org="ai.x" name="safe_2.10" rev="0.1.0" />
Leiningen
[ai.x/safe_2.10 "0.1.0"]
Apache Buildr
'ai.x:safe_2.10:jar:0.1.0'
Dependencies