| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdedu.illinois |
| ArtifactId | ArtifactIdnondex-annotations |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA tool for finding strong assumptions on APIs with non-deterministic specifications.
|
| Filename | Size |
|---|---|
| nondex-annotations-1.1.2.pom | |
| nondex-annotations-1.1.2.jar | 2 KB |
| nondex-annotations-1.1.2-sources.jar | 2 KB |
| nondex-annotations-1.1.2-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.illinois/nondex-annotations/ -->
<dependency>
<groupId>edu.illinois</groupId>
<artifactId>nondex-annotations</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.illinois/nondex-annotations/
implementation 'edu.illinois:nondex-annotations:1.1.2'
// https://jarcasting.com/artifacts/edu.illinois/nondex-annotations/
implementation ("edu.illinois:nondex-annotations:1.1.2")
'edu.illinois:nondex-annotations:jar:1.1.2'
<dependency org="edu.illinois" name="nondex-annotations" rev="1.1.2">
<artifact name="nondex-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.illinois', module='nondex-annotations', version='1.1.2')
)
libraryDependencies += "edu.illinois" % "nondex-annotations" % "1.1.2"
[edu.illinois/nondex-annotations "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |