DataMeta-utilJava
Java Utilities for the project and beyond
License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.ebaydatameta |
ArtifactId | ArtifactIdutil-test |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDataMeta Utilities for Testing/Java
DataMeta utilities for testing, including but not limited to unit tests.
Make sure that you add dependency on this project in the test scope!
|
Filename | Size |
---|---|
util-test-1.0.0.pom | |
util-test-1.0.0.jar | 11 KB |
util-test-1.0.0-sources.jar | 9 KB |
util-test-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ebaydatameta/util-test/ -->
<dependency>
<groupId>com.github.ebaydatameta</groupId>
<artifactId>util-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ebaydatameta/util-test/
implementation 'com.github.ebaydatameta:util-test:1.0.0'
// https://jarcasting.com/artifacts/com.github.ebaydatameta/util-test/
implementation ("com.github.ebaydatameta:util-test:1.0.0")
'com.github.ebaydatameta:util-test:jar:1.0.0'
<dependency org="com.github.ebaydatameta" name="util-test" rev="1.0.0">
<artifact name="util-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ebaydatameta', module='util-test', version='1.0.0')
)
libraryDependencies += "com.github.ebaydatameta" % "util-test" % "1.0.0"
[com.github.ebaydatameta/util-test "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ebaydatameta : util-guava | jar | 1.0.0 |
junit : junit | jar | 4.12 |
org.apache.logging.log4j : log4j-api | jar | 2.7 |
org.apache.logging.log4j : log4j-core | jar | 2.7 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.7 |
org.slf4j : slf4j-api | jar | 1.7.21 |
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Java Utilities for the project and beyond