Files download
File Operation
resource-core-0.1.0-alpha.3.jar download
resource-core-0.1.0-alpha.3.pom download
resource-core-0.1.0-alpha.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.javiersc.either</groupId>
  <artifactId>resource-core</artifactId>
  <version>0.1.0-alpha.3</version>
</dependency>
Gradle Groovy
implementation 'com.javiersc.either:resource-core:0.1.0-alpha.3'
Gradle Kotlin
implementation("com.javiersc.either:resource-core:0.1.0-alpha.3")
Scala SBT
libraryDependencies += "com.javiersc.either" % "resource-core" % "0.1.0-alpha.3"
Groovy Grape
@Grapes(
  @Grab(group='com.javiersc.either', module='resource-core', version='0.1.0-alpha.3')
)
Apache Ivy
<dependency org="com.javiersc.either" name="resource-core" rev="0.1.0-alpha.3" />
Leiningen
[com.javiersc.either/resource-core "0.1.0-alpha.3"]
Apache Buildr
'com.javiersc.either:resource-core:jar:0.1.0-alpha.3'