License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.publickey |
ArtifactId | ArtifactIdpojo-test-utils |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionPOJO Unit Test Utility
Collection of unit test utility classes to improve code coverage for POJO (Plain Old Java Object) classes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pojo-test-utils-1.0.0.pom | |
pojo-test-utils-1.0.0.jar | 11 KB |
pojo-test-utils-1.0.0-sources.jar | 5 KB |
pojo-test-utils-1.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.publickey/pojo-test-utils/ -->
<dependency>
<groupId>com.github.publickey</groupId>
<artifactId>pojo-test-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.publickey/pojo-test-utils/
implementation 'com.github.publickey:pojo-test-utils:1.0.0'
// https://jarcasting.com/artifacts/com.github.publickey/pojo-test-utils/
implementation ("com.github.publickey:pojo-test-utils:1.0.0")
'com.github.publickey:pojo-test-utils:jar:1.0.0'
<dependency org="com.github.publickey" name="pojo-test-utils" rev="1.0.0">
<artifact name="pojo-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.publickey', module='pojo-test-utils', version='1.0.0')
)
libraryDependencies += "com.github.publickey" % "pojo-test-utils" % "1.0.0"
[com.github.publickey/pojo-test-utils "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |