c

courier-maven-plugin

Data interchange for the modern web + mobile stack.
http://github.com/coursera/courier
Apache 2.0
Joe Betz
Files download
File Operation
courier-maven-plugin-2.0.8.jar download
courier-maven-plugin-2.0.8.pom download
courier-maven-plugin-2.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.coursera.courier</groupId>
  <artifactId>courier-maven-plugin</artifactId>
  <version>2.0.8</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.coursera.courier:courier-maven-plugin:2.0.8'
Gradle Kotlin
implementation("org.coursera.courier:courier-maven-plugin:2.0.8")
Scala SBT
libraryDependencies += "org.coursera.courier" % "courier-maven-plugin" % "2.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.coursera.courier', module='courier-maven-plugin', version='2.0.8')
)
Apache Ivy
<dependency org="org.coursera.courier" name="courier-maven-plugin" rev="2.0.8" />
Leiningen
[org.coursera.courier/courier-maven-plugin "2.0.8"]
Apache Buildr
'org.coursera.courier:courier-maven-plugin:jar:2.0.8'