License |
License
Testegration Commercial License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.piotrturski.testegration |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.0.2-beta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestegration
Allows easy integration tests that require external storage.
|
Filename | Size |
---|---|
core-0.0.2-beta.pom | |
core-0.0.2-beta.jar | 17 KB |
core-0.0.2-beta-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.piotrturski.testegration/core/ -->
<dependency>
<groupId>net.piotrturski.testegration</groupId>
<artifactId>core</artifactId>
<version>0.0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.piotrturski.testegration/core/
implementation 'net.piotrturski.testegration:core:0.0.2-beta'
// https://jarcasting.com/artifacts/net.piotrturski.testegration/core/
implementation ("net.piotrturski.testegration:core:0.0.2-beta")
'net.piotrturski.testegration:core:jar:0.0.2-beta'
<dependency org="net.piotrturski.testegration" name="core" rev="0.0.2-beta">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.piotrturski.testegration', module='core', version='0.0.2-beta')
)
libraryDependencies += "net.piotrturski.testegration" % "core" % "0.0.2-beta"
[net.piotrturski.testegration/core "0.0.2-beta"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-exec | jar | 1.3 |
org.awaitility : awaitility | jar | 2.0.0 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.9 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.9 |
com.github.fge : throwing-lambdas | jar | 0.5.0 |