| Categories |
CategoriesSquare Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdch.squaredesk.nova |
| ArtifactId | ArtifactIdrest |
| Version | Version6.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-6.0.0.pom | |
| rest-6.0.0.jar | 10 KB |
| rest-6.0.0-sources.jar | 7 KB |
| rest-6.0.0-javadoc.jar | 385 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ch.squaredesk.nova/rest/ -->
<dependency>
<groupId>ch.squaredesk.nova</groupId>
<artifactId>rest</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.squaredesk.nova/rest/
implementation 'ch.squaredesk.nova:rest:6.0.0'
// https://jarcasting.com/artifacts/ch.squaredesk.nova/rest/
implementation ("ch.squaredesk.nova:rest:6.0.0")
'ch.squaredesk.nova:rest:jar:6.0.0'
<dependency org="ch.squaredesk.nova" name="rest" rev="6.0.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.squaredesk.nova', module='rest', version='6.0.0')
)
libraryDependencies += "ch.squaredesk.nova" % "rest" % "6.0.0"
[ch.squaredesk.nova/rest "6.0.0"]