MVN

com.peterphi.std.guice : stdlib-guice-sample-rest-service

Maven & Gradle

Aug 11, 2016
8 stars

stdlib guice test rest client · stdlib guice test rest client

<dependency>
    <groupId>com.peterphi.std.guice</groupId>
    <artifactId>stdlib-guice-sample-rest-service</artifactId>
    <version>9.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.peterphi.std.guice : stdlib-guice-sample-rest-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.1.0

All Versions

Choose a version of com.peterphi.std.guice : stdlib-guice-sample-rest-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.1.x
stdlib-guice-sample-rest-service-9.1.0
9.0.x
stdlib-guice-sample-rest-service-9.0.1
stdlib-guice-sample-rest-service-9.0.0
8.7.x
stdlib-guice-sample-rest-service-8.7.2
stdlib-guice-sample-rest-service-8.7.1
stdlib-guice-sample-rest-service-8.7.0
8.6.x
stdlib-guice-sample-rest-service-8.6.3
stdlib-guice-sample-rest-service-8.6.2
stdlib-guice-sample-rest-service-8.6.1
stdlib-guice-sample-rest-service-8.6.0
8.5.x
stdlib-guice-sample-rest-service-8.5.6
stdlib-guice-sample-rest-service-8.5.5
stdlib-guice-sample-rest-service-8.5.4
stdlib-guice-sample-rest-service-8.5.3
stdlib-guice-sample-rest-service-8.5.2
stdlib-guice-sample-rest-service-8.5.1
stdlib-guice-sample-rest-service-8.5.0
8.4.x
stdlib-guice-sample-rest-service-8.4.1
stdlib-guice-sample-rest-service-8.4.0
8.3.x
stdlib-guice-sample-rest-service-8.3.5
stdlib-guice-sample-rest-service-8.3.4
stdlib-guice-sample-rest-service-8.3.3
stdlib-guice-sample-rest-service-8.3.2
stdlib-guice-sample-rest-service-8.3.1
stdlib-guice-sample-rest-service-8.3.0
8.2.x
stdlib-guice-sample-rest-service-8.2.5
stdlib-guice-sample-rest-service-8.2.4
stdlib-guice-sample-rest-service-8.2.3
stdlib-guice-sample-rest-service-8.2.2
stdlib-guice-sample-rest-service-8.2.1
stdlib-guice-sample-rest-service-8.2.0
8.1.x
stdlib-guice-sample-rest-service-8.1.3
stdlib-guice-sample-rest-service-8.1.2
stdlib-guice-sample-rest-service-8.1.1
stdlib-guice-sample-rest-service-8.1.0
8.0.x
stdlib-guice-sample-rest-service-8.0.2
stdlib-guice-sample-rest-service-8.0.1
stdlib-guice-sample-rest-service-8.0.0
7.8.x
stdlib-guice-sample-rest-service-7.8.1
stdlib-guice-sample-rest-service-7.8.0
7.7.x
stdlib-guice-sample-rest-service-7.7.2
stdlib-guice-sample-rest-service-7.7.1
stdlib-guice-sample-rest-service-7.7.0
7.6.x
stdlib-guice-sample-rest-service-7.6.3
stdlib-guice-sample-rest-service-7.6.2
stdlib-guice-sample-rest-service-7.6.1
stdlib-guice-sample-rest-service-7.6.0
7.5.x
stdlib-guice-sample-rest-service-7.5.3
stdlib-guice-sample-rest-service-7.5.2
stdlib-guice-sample-rest-service-7.5.1
stdlib-guice-sample-rest-service-7.5.0

How to add a dependency to Maven

Add the following com.peterphi.std.guice : stdlib-guice-sample-rest-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.peterphi.std.guice</groupId>
    <artifactId>stdlib-guice-sample-rest-service</artifactId>
    <version>9.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.peterphi.std.guice : stdlib-guice-sample-rest-service gradle dependency to your build.gradle file:

implementation 'com.peterphi.std.guice:stdlib-guice-sample-rest-service:9.1.0'

Gradle Kotlin DSL: Add the following com.peterphi.std.guice : stdlib-guice-sample-rest-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.peterphi.std.guice:stdlib-guice-sample-rest-service:9.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.peterphi.std.guice : stdlib-guice-sample-rest-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.peterphi.std.guice" % "stdlib-guice-sample-rest-service" % "9.1.0"