r

restexpress-parent

Master, Parent pom for RestExpress (core) and RestExpress-Common
https://github.com/RestExpress/RestExpress
The Apache Software License, Version 2.0
Todd Fredrich
Files download
File Operation
restexpress-parent-0.9.4.pom download
Apache Maven
<dependency>
  <groupId>com.strategicgains</groupId>
  <artifactId>restexpress-parent</artifactId>
  <version>0.9.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.strategicgains:restexpress-parent:0.9.4'
Gradle Kotlin
implementation("com.strategicgains:restexpress-parent:0.9.4")
Scala SBT
libraryDependencies += "com.strategicgains" % "restexpress-parent" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='com.strategicgains', module='restexpress-parent', version='0.9.4')
)
Apache Ivy
<dependency org="com.strategicgains" name="restexpress-parent" rev="0.9.4" />
Leiningen
[com.strategicgains/restexpress-parent "0.9.4"]
Apache Buildr
'com.strategicgains:restexpress-parent:jar:0.9.4'