a

aloha-core

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