a

aloha-core

Aloha core library
${site.url}/${project.artifactId}
Files download
File Operation
aloha-core-3.0.1.jar download
aloha-core-3.0.1.pom download
aloha-core-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.eharmony</groupId>
  <artifactId>aloha-core</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.eharmony:aloha-core:3.0.1'
Gradle Kotlin
implementation("com.eharmony:aloha-core:3.0.1")
Scala SBT
libraryDependencies += "com.eharmony" % "aloha-core" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.eharmony', module='aloha-core', version='3.0.1')
)
Apache Ivy
<dependency org="com.eharmony" name="aloha-core" rev="3.0.1" />
Leiningen
[com.eharmony/aloha-core "3.0.1"]
Apache Buildr
'com.eharmony:aloha-core:jar:3.0.1'