License |
License |
---|---|
GroupId | GroupIdcom.somospnt |
ArtifactId | ArtifactIdtest-utils |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTest Utils
Simple classes for creating tests and builders.
|
Project URL |
Project URL |
Filename | Size |
---|---|
test-utils-1.4.2.pom | |
test-utils-1.4.2.jar | 5 KB |
test-utils-1.4.2-sources.jar | 5 KB |
test-utils-1.4.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.somospnt/test-utils/ -->
<dependency>
<groupId>com.somospnt</groupId>
<artifactId>test-utils</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.somospnt/test-utils/
implementation 'com.somospnt:test-utils:1.4.2'
// https://jarcasting.com/artifacts/com.somospnt/test-utils/
implementation ("com.somospnt:test-utils:1.4.2")
'com.somospnt:test-utils:jar:1.4.2'
<dependency org="com.somospnt" name="test-utils" rev="1.4.2">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.somospnt', module='test-utils', version='1.4.2')
)
libraryDependencies += "com.somospnt" % "test-utils" % "1.4.2"
[com.somospnt/test-utils "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
org.springframework : spring-test | jar | 5.1.0.RELEASE |
org.springframework : spring-web | jar | 5.1.0.RELEASE |
org.hamcrest : hamcrest-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.11.1 |