| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.cafaudit |
| ArtifactId | ArtifactIdcaf-audit-monkey |
| Version | Version3.6.0-546 |
| Type | Typejar |
| Filename | Size |
|---|---|
| caf-audit-monkey-3.6.0-546.pom | |
| caf-audit-monkey-3.6.0-546.jar | 18 KB |
| caf-audit-monkey-3.6.0-546-sources.jar | 13 KB |
| caf-audit-monkey-3.6.0-546-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit-monkey/ -->
<dependency>
<groupId>com.github.cafaudit</groupId>
<artifactId>caf-audit-monkey</artifactId>
<version>3.6.0-546</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit-monkey/
implementation 'com.github.cafaudit:caf-audit-monkey:3.6.0-546'
// https://jarcasting.com/artifacts/com.github.cafaudit/caf-audit-monkey/
implementation ("com.github.cafaudit:caf-audit-monkey:3.6.0-546")
'com.github.cafaudit:caf-audit-monkey:jar:3.6.0-546'
<dependency org="com.github.cafaudit" name="caf-audit-monkey" rev="3.6.0-546">
<artifact name="caf-audit-monkey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafaudit', module='caf-audit-monkey', version='3.6.0-546')
)
libraryDependencies += "com.github.cafaudit" % "caf-audit-monkey" % "3.6.0-546"
[com.github.cafaudit/caf-audit-monkey "3.6.0-546"]