p

promethium-lang

Utility to manage values xor errors
https://github.com/epi155/promethium-lang
MIT License
Enrico Pistolesi
Files download
File Operation
promethium-lang-0.6.1.jar download
promethium-lang-0.6.1.pom download
promethium-lang-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.epi155</groupId>
  <artifactId>promethium-lang</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.epi155:promethium-lang:0.6.1'
Gradle Kotlin
implementation("io.github.epi155:promethium-lang:0.6.1")
Scala SBT
libraryDependencies += "io.github.epi155" % "promethium-lang" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.epi155', module='promethium-lang', version='0.6.1')
)
Apache Ivy
<dependency org="io.github.epi155" name="promethium-lang" rev="0.6.1" />
Leiningen
[io.github.epi155/promethium-lang "0.6.1"]
Apache Buildr
'io.github.epi155:promethium-lang:jar:0.6.1'