perdata
Experiments with persistent data APIs
Build commands
- Mutation coverage:
mvn clean test org.pitest:pitest-maven:mutationCoverage
| License |
License |
|---|---|
| Categories |
CategoriesData Net |
| GroupId | GroupIdnet.avh4.data.per |
| ArtifactId | ArtifactIdper |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionper
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| per-0.0.1.pom | |
| per-0.0.1.jar | 32 KB |
| per-0.0.1-sources.jar | 15 KB |
| per-0.0.1-javadoc.jar | 202 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.avh4.data.per/per/ -->
<dependency>
<groupId>net.avh4.data.per</groupId>
<artifactId>per</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.avh4.data.per/per/
implementation 'net.avh4.data.per:per:0.0.1'
// https://jarcasting.com/artifacts/net.avh4.data.per/per/
implementation ("net.avh4.data.per:per:0.0.1")
'net.avh4.data.per:per:jar:0.0.1'
<dependency org="net.avh4.data.per" name="per" rev="0.0.1">
<artifact name="per" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.avh4.data.per', module='per', version='0.0.1')
)
libraryDependencies += "net.avh4.data.per" % "per" % "0.0.1"
[net.avh4.data.per/per "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 14.0.1 |
| org.json : json | jar | 20090211 |
| org.functionaljava : functionaljava | jar | 3.1 |
| com.intellij : annotations | jar | 9.0.4 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |
| info.cukes : cucumber-junit | jar | 1.1.1 |
| info.cukes : cucumber-picocontainer | jar | 1.1.1 |
| org.easytesting : fest-assert | jar | 1.4 |
Experiments with persistent data APIs
mvn clean test org.pitest:pitest-maven:mutationCoverage