License |
License
Apache License
|
---|---|
GroupId | GroupIdorg.deephacks.tools4j |
ArtifactId | ArtifactIdroot |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTools4j Root
The Tools4j Root pom provides common settings for all Tools4j components.
|
Filename | Size |
---|---|
root-1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.tools4j/root/ -->
<dependency>
<groupId>org.deephacks.tools4j</groupId>
<artifactId>root</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.tools4j/root/
implementation 'org.deephacks.tools4j:root:1'
// https://jarcasting.com/artifacts/org.deephacks.tools4j/root/
implementation ("org.deephacks.tools4j:root:1")
'org.deephacks.tools4j:root:pom:1'
<dependency org="org.deephacks.tools4j" name="root" rev="1">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.tools4j', module='root', version='1')
)
libraryDependencies += "org.deephacks.tools4j" % "root" % "1"
[org.deephacks.tools4j/root "1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.0 |
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.8.5 |
org.unitils : unitils-core | jar | 3.1 |