is not current version
Last Version 0.7.0

org.whiley:wytp 0.5.6

This provides a simple implementation of an automated theorem prover, designed specifically for use with the Whiley Compiler.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wytp
Version

Version

0.5.6
Type

Type

jar

Download wytp 0.5.6


<!-- https://jarcasting.com/artifacts/org.whiley/wytp/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>wytp</artifactId>
    <version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wytp/
implementation 'org.whiley:wytp:0.5.6'
// https://jarcasting.com/artifacts/org.whiley/wytp/
implementation ("org.whiley:wytp:0.5.6")
'org.whiley:wytp:jar:0.5.6'
<dependency org="org.whiley" name="wytp" rev="0.5.6">
  <artifact name="wytp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wytp', version='0.5.6')
)
libraryDependencies += "org.whiley" % "wytp" % "0.5.6"
[org.whiley/wytp "0.5.6"]