a

aroma-service

Part of the Aroma Project. Simplicity is paramount. Aroma allows two-way communication between Developers and their Applications. COMMAND your Software with Aroma.
https://github.com/RedRoma/aroma-service
文件下载
文件名 操作
aroma-service-2.0.jar 下载
aroma-service-2.0.pom 下载
aroma-service-2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>tech.aroma</groupId>
  <artifactId>aroma-service</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'tech.aroma:aroma-service:2.0'
Gradle Kotlin
implementation("tech.aroma:aroma-service:2.0")
Scala SBT
libraryDependencies += "tech.aroma" % "aroma-service" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.aroma', module='aroma-service', version='2.0')
)
Apache Ivy
<dependency org="tech.aroma" name="aroma-service" rev="2.0" />
Leiningen
[tech.aroma/aroma-service "2.0"]
Apache Buildr
'tech.aroma:aroma-service:jar:2.0'