| License |
License |
|---|---|
| GroupId | GroupIdus.ilmark.deta.things |
| ArtifactId | ArtifactIdthings-test |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionThings test
Tests for things
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| things-test-0.1.pom | |
| things-test-0.1.jar | 9 KB |
| things-test-0.1-sources.jar | 9 KB |
| things-test-0.1-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.ilmark.deta.things/things-test/ -->
<dependency>
<groupId>us.ilmark.deta.things</groupId>
<artifactId>things-test</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-test/
implementation 'us.ilmark.deta.things:things-test:0.1'
// https://jarcasting.com/artifacts/us.ilmark.deta.things/things-test/
implementation ("us.ilmark.deta.things:things-test:0.1")
'us.ilmark.deta.things:things-test:jar:0.1'
<dependency org="us.ilmark.deta.things" name="things-test" rev="0.1">
<artifact name="things-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.ilmark.deta.things', module='things-test', version='0.1')
)
libraryDependencies += "us.ilmark.deta.things" % "things-test" % "0.1"
[us.ilmark.deta.things/things-test "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.0.2.RELEASE |
| us.ilmark.deta.things : things-mongo | jar | 0.1 |
| us.ilmark.deta.things : things-jpa | jar | 0.1 |
| org.springframework.boot : spring-boot-starter | jar | 1.0.2.RELEASE |
| org.slf4j : slf4j-api | jar | 1.7.+ |
| us.ilmark.deta.things : things-core | jar | 0.1 |
| org.hibernate : hibernate-validator | jar | 5.1.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4+ |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 1.9.5 |