m

micronaut-greeting

Includes extensions to Micronaut for Kotlin
http://micronaut.io
The Apache Software License, Version 2.0
Graeme Rocher
Files download
File Operation
micronaut-greeting-2.3.1.jar download
micronaut-greeting-2.3.1.pom download
micronaut-greeting-2.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.micronaut.kotlin</groupId>
  <artifactId>micronaut-greeting</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.micronaut.kotlin:micronaut-greeting:2.3.1'
Gradle Kotlin
implementation("io.micronaut.kotlin:micronaut-greeting:2.3.1")
Scala SBT
libraryDependencies += "io.micronaut.kotlin" % "micronaut-greeting" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.micronaut.kotlin', module='micronaut-greeting', version='2.3.1')
)
Apache Ivy
<dependency org="io.micronaut.kotlin" name="micronaut-greeting" rev="2.3.1" />
Leiningen
[io.micronaut.kotlin/micronaut-greeting "2.3.1"]
Apache Buildr
'io.micronaut.kotlin:micronaut-greeting:jar:2.3.1'