文件下载
文件名 操作
eitherops_2.13-1.0.1.jar 下载
eitherops_2.13-1.0.1.pom 下载
eitherops_2.13-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.softwaremill.common</groupId>
  <artifactId>eitherops_2.13</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.common:eitherops_2.13:1.0.1'
Gradle Kotlin
implementation("com.softwaremill.common:eitherops_2.13:1.0.1")
Scala SBT
libraryDependencies += "com.softwaremill.common" % "eitherops_2.13" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.common', module='eitherops_2.13', version='1.0.1')
)
Apache Ivy
<dependency org="com.softwaremill.common" name="eitherops_2.13" rev="1.0.1" />
Leiningen
[com.softwaremill.common/eitherops_2.13 "1.0.1"]
Apache Buildr
'com.softwaremill.common:eitherops_2.13:jar:1.0.1'