r

reactive-app-maven-plugin

Helper plugin for building applications to run using Lightbend Orchestration
https://github.com/lightbend/reactive-app-maven-plugin
Apache License, Version 2.0
Lightbend Inc.
Lightbend Developers
Files download
File Operation
reactive-app-maven-plugin-0.3.0.jar download
reactive-app-maven-plugin-0.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.lightbend.rp</groupId>
  <artifactId>reactive-app-maven-plugin</artifactId>
  <version>0.3.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.lightbend.rp:reactive-app-maven-plugin:0.3.0'
Gradle Kotlin
implementation("com.lightbend.rp:reactive-app-maven-plugin:0.3.0")
Scala SBT
libraryDependencies += "com.lightbend.rp" % "reactive-app-maven-plugin" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lightbend.rp', module='reactive-app-maven-plugin', version='0.3.0')
)
Apache Ivy
<dependency org="com.lightbend.rp" name="reactive-app-maven-plugin" rev="0.3.0" />
Leiningen
[com.lightbend.rp/reactive-app-maven-plugin "0.3.0"]
Apache Buildr
'com.lightbend.rp:reactive-app-maven-plugin:jar:0.3.0'