License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.ubertob.pesticide |
ArtifactId | ArtifactIdpesticide-core |
Last Version | Last Version1.6.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpesticide
A Library To Write Domain-Driven Tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pesticide-core-1.6.6.pom | |
pesticide-core-1.6.6.jar | 49 KB |
pesticide-core-1.6.6-sources.jar | 6 KB |
pesticide-core-1.6.6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/ -->
<dependency>
<groupId>com.ubertob.pesticide</groupId>
<artifactId>pesticide-core</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation 'com.ubertob.pesticide:pesticide-core:1.6.6'
// https://jarcasting.com/artifacts/com.ubertob.pesticide/pesticide-core/
implementation ("com.ubertob.pesticide:pesticide-core:1.6.6")
'com.ubertob.pesticide:pesticide-core:jar:1.6.6'
<dependency org="com.ubertob.pesticide" name="pesticide-core" rev="1.6.6">
<artifact name="pesticide-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubertob.pesticide', module='pesticide-core', version='1.6.6')
)
libraryDependencies += "com.ubertob.pesticide" % "pesticide-core" % "1.6.6"
[com.ubertob.pesticide/pesticide-core "1.6.6"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |
Group / Artifact | Type | Version |
---|---|---|
io.strikt : strikt-core | jar | 0.31.0 |