License |
License |
---|---|
GroupId | GroupIdcom.redhat.lightblue |
ArtifactId | ArtifactIdtest |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionlightblue test: com.redhat.lightblue|test
A module for helping with lightblue releated unit tests in plugins
|
Filename | Size |
---|---|
test-1.2.0.pom | |
test-1.2.0.jar | 6 KB |
test-1.2.0-sources.jar | 2 KB |
test-1.2.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.lightblue/test/ -->
<dependency>
<groupId>com.redhat.lightblue</groupId>
<artifactId>test</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.lightblue/test/
implementation 'com.redhat.lightblue:test:1.2.0'
// https://jarcasting.com/artifacts/com.redhat.lightblue/test/
implementation ("com.redhat.lightblue:test:1.2.0")
'com.redhat.lightblue:test:jar:1.2.0'
<dependency org="com.redhat.lightblue" name="test" rev="1.2.0">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.lightblue', module='test', version='1.2.0')
)
libraryDependencies += "com.redhat.lightblue" % "test" % "1.2.0"
[com.redhat.lightblue/test "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.netflix.servo : servo-graphite | jar | 0.7.8 |
com.netflix.hystrix : hystrix-servo-metrics-publisher | jar | 1.3.16 |
Group / Artifact | Type | Version |
---|---|---|
com.redhat.lightblue.config : core-config Optional | jar | 1.2.0 |
com.redhat.lightblue : crud Optional | jar | 1.2.0 |
com.redhat.lightblue : metadata Optional | jar | 1.2.0 |
com.redhat.lightblue : core-api Optional | jar | 1.2.0 |
com.redhat.lightblue : query-api Optional | jar | 1.2.0 |
com.redhat.lightblue : util Optional | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.8 |