a

amy

Personal Assistance System
https://github.com/AmyAssist/Amy
Apache License, Version 2.0
Benno Krauss Christian Bräuner Felix Burk Florian Bauer Kai Menzel Lars Buttgereit Leon Kiefer Muhammed Kaya Patrick Gebhardt Patrick Singer Tim Neumann Tobias Siemonsen
Files download
File Operation
amy-0.7.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.amyassist</groupId>
  <artifactId>amy</artifactId>
  <version>0.7.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.amyassist:amy:0.7.0'
Gradle Kotlin
implementation("io.github.amyassist:amy:0.7.0")
Scala SBT
libraryDependencies += "io.github.amyassist" % "amy" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.amyassist', module='amy', version='0.7.0')
)
Apache Ivy
<dependency org="io.github.amyassist" name="amy" rev="0.7.0" />
Leiningen
[io.github.amyassist/amy "0.7.0"]
Apache Buildr
'io.github.amyassist:amy:jar:0.7.0'