Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.peterphi.std.guice |
ArtifactId | ArtifactIdstdlib-guice-sample-rest-service |
Version | Version7.6.0 |
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>7.6.0</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:7.6.0'
// https://jarcasting.com/artifacts/com.peterphi.std.guice/stdlib-guice-sample-rest-service/
implementation ("com.peterphi.std.guice:stdlib-guice-sample-rest-service:7.6.0")
'com.peterphi.std.guice:stdlib-guice-sample-rest-service:war:7.6.0'
<dependency org="com.peterphi.std.guice" name="stdlib-guice-sample-rest-service" rev="7.6.0">
<artifact name="stdlib-guice-sample-rest-service" type="war" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.guice', module='stdlib-guice-sample-rest-service', version='7.6.0')
)
libraryDependencies += "com.peterphi.std.guice" % "stdlib-guice-sample-rest-service" % "7.6.0"
[com.peterphi.std.guice/stdlib-guice-sample-rest-service "7.6.0"]