Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.peterphi.std.guice |
ArtifactId | ArtifactIdstdlib-guice-sample-rest-service |
Version | Version8.5.5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-sample-rest-service/ -->
<dependency>
<groupId>com.peterphi.std.guice</groupId>
<artifactId>stdlib-guice-sample-rest-service</artifactId>
<version>8.5.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-sample-rest-service/
implementation 'com.peterphi.std.guice:stdlib-guice-sample-rest-service:8.5.5'
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-sample-rest-service/
implementation ("com.peterphi.std.guice:stdlib-guice-sample-rest-service:8.5.5")
'com.peterphi.std.guice:stdlib-guice-sample-rest-service:war:8.5.5'
<dependency org="com.peterphi.std.guice" name="stdlib-guice-sample-rest-service" rev="8.5.5">
<artifact name="stdlib-guice-sample-rest-service" type="war" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.guice', module='stdlib-guice-sample-rest-service', version='8.5.5')
)
libraryDependencies += "com.peterphi.std.guice" % "stdlib-guice-sample-rest-service" % "8.5.5"
[com.peterphi.std.guice/stdlib-guice-sample-rest-service "8.5.5"]