is not current version
Last Version 2.4.1

tech.aroma:aroma-java-client 1.1

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

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-java-client
Version

Version

1.1
Type

Type

jar

Download aroma-java-client 1.1


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