License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.processpuzzle |
ArtifactId | ArtifactIdprocesspuzzle-litest-domain |
Last Version | Last Version0.3.2-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLiTest
Facilitates more consistent object testing, influenced by Gerard Meszaros: xUnit Patterns
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/ -->
<dependency>
<groupId>com.processpuzzle</groupId>
<artifactId>processpuzzle-litest-domain</artifactId>
<version>0.3.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/
implementation 'com.processpuzzle:processpuzzle-litest-domain:0.3.2-RELEASE'
// https://jarcasting.com/artifacts/com.processpuzzle/processpuzzle-litest-domain/
implementation ("com.processpuzzle:processpuzzle-litest-domain:0.3.2-RELEASE")
'com.processpuzzle:processpuzzle-litest-domain:jar:0.3.2-RELEASE'
<dependency org="com.processpuzzle" name="processpuzzle-litest-domain" rev="0.3.2-RELEASE">
<artifact name="processpuzzle-litest-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.processpuzzle', module='processpuzzle-litest-domain', version='0.3.2-RELEASE')
)
libraryDependencies += "com.processpuzzle" % "processpuzzle-litest-domain" % "0.3.2-RELEASE"
[com.processpuzzle/processpuzzle-litest-domain "0.3.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.processpuzzle : processpuzzle-commons-domain | jar | 0.1.1-RELEASE |
net.sourceforge.htmlunit : htmlunit | jar | 2.4 |
junit : junit | jar | 4.11 |
org.springframework : spring-context | jar | 4.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |