is not current version
Last Version 2.4.1

tech.aroma:aroma-java-client 2.3

Part of the Aroma Project. Simplicity is paramount. This is the official Java Client for Aroma.

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-java-client
Version

Version

2.3
Type

Type

jar

Download aroma-java-client 2.3


<!-- https://jarcasting.com/artifacts/tech.aroma/aroma-java-client/ -->
<dependency>
    <groupId>tech.aroma</groupId>
    <artifactId>aroma-java-client</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.aroma/aroma-java-client/
implementation 'tech.aroma:aroma-java-client:2.3'
// https://jarcasting.com/artifacts/tech.aroma/aroma-java-client/
implementation ("tech.aroma:aroma-java-client:2.3")
'tech.aroma:aroma-java-client:jar:2.3'
<dependency org="tech.aroma" name="aroma-java-client" rev="2.3">
  <artifact name="aroma-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.aroma', module='aroma-java-client', version='2.3')
)
libraryDependencies += "tech.aroma" % "aroma-java-client" % "2.3"
[tech.aroma/aroma-java-client "2.3"]