is not current version
Last Version 0.4.7

org.whiley:wyboogie 0.2.6

The Whiley2Boogie Compiler is responsible for translating Whiley Intermediate Language (WyIL) files into the Boogie Intermediate Verification Language.

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyboogie
Version

Version

0.2.6
Type

Type

jar

Download wyboogie 0.2.6


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