| GroupId | GroupIdxyz.ottr.lutra |
|---|---|
| ArtifactId | ArtifactIdlutra-restapi |
| Version | Version0.6.9 |
| Type | Typewar |
| Filename | Size |
|---|---|
| lutra-restapi-0.6.9.pom | |
| lutra-restapi-0.6.9.war | 120 MB |
| lutra-restapi-0.6.9-sources.jar | 6 KB |
| lutra-restapi-0.6.9-javadoc.jar | 393 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.ottr.lutra/lutra-restapi/ -->
<dependency>
<groupId>xyz.ottr.lutra</groupId>
<artifactId>lutra-restapi</artifactId>
<version>0.6.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.ottr.lutra/lutra-restapi/
implementation 'xyz.ottr.lutra:lutra-restapi:0.6.9'
// https://jarcasting.com/artifacts/xyz.ottr.lutra/lutra-restapi/
implementation ("xyz.ottr.lutra:lutra-restapi:0.6.9")
'xyz.ottr.lutra:lutra-restapi:war:0.6.9'
<dependency org="xyz.ottr.lutra" name="lutra-restapi" rev="0.6.9">
<artifact name="lutra-restapi" type="war" />
</dependency>
@Grapes(
@Grab(group='xyz.ottr.lutra', module='lutra-restapi', version='0.6.9')
)
libraryDependencies += "xyz.ottr.lutra" % "lutra-restapi" % "0.6.9"
[xyz.ottr.lutra/lutra-restapi "0.6.9"]