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.11.3.pom download
Apache Maven
<dependency>
  <groupId>com.strategicgains</groupId>
  <artifactId>restexpress-parent</artifactId>
  <version>0.11.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.strategicgains:restexpress-parent:0.11.3'
Gradle Kotlin
implementation("com.strategicgains:restexpress-parent:0.11.3")
Scala SBT
libraryDependencies += "com.strategicgains" % "restexpress-parent" % "0.11.3"
Groovy Grape
@Grapes(
  @Grab(group='com.strategicgains', module='restexpress-parent', version='0.11.3')
)
Apache Ivy
<dependency org="com.strategicgains" name="restexpress-parent" rev="0.11.3" />
Leiningen
[com.strategicgains/restexpress-parent "0.11.3"]
Apache Buildr
'com.strategicgains:restexpress-parent:jar:0.11.3'