a

aloha-core

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