| License |
License |
|---|---|
| GroupId | GroupIdus.ilmark.deta.things |
| ArtifactId | ArtifactIdthings-rest |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionThings REST
Component enabling REST API, using spring boot
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| things-rest-0.1.pom | |
| things-rest-0.1.jar | 20 KB |
| things-rest-0.1-sources.jar | 19 KB |
| things-rest-0.1-javadoc.jar | 128 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.ilmark.deta.things/things-rest/ -->
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-rest</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-rest/
implementation 'us.ilmark.deta.things:things-rest:0.1'
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-rest/
implementation ("us.ilmark.deta.things:things-rest:0.1")
'us.ilmark.deta.things:things-rest:jar:0.1'
<dependency org="us.ilmark.deta.things" name="things-rest" rev="0.1">
<artifact name="things-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.ilmark.deta.things', module='things-rest', version='0.1')
)
libraryDependencies += "us.ilmark.deta.things" % "things-rest" % "0.1"
[us.ilmark.deta.things/things-rest "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4+ |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.9.5 |