| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdwyc |
| Last Version | Last Version0.10.17 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWhiley Compiler (WyC)
The Whiley Compiler is a component of the Whiley Compiler
Collection which is responsible for compiling Whiley source files
into binary WyIL files. The compiler supports compile-time
verification of source files.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wyc-0.10.17.pom | |
| wyc-0.10.17.jar | 697 KB |
| wyc-0.10.17-sources.jar | 271 KB |
| wyc-0.10.17-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyc/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyc</artifactId>
<version>0.10.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyc/
implementation 'org.whiley:wyc:0.10.17'
// https://jarcasting.com/artifacts/org.whiley/wyc/
implementation ("org.whiley:wyc:0.10.17")
'org.whiley:wyc:jar:0.10.17'
<dependency org="org.whiley" name="wyc" rev="0.10.17">
<artifact name="wyc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyc', version='0.10.17')
)
libraryDependencies += "org.whiley" % "wyc" % "0.10.17"
[org.whiley/wyc "0.10.17"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.whiley : jmodelgen | jar | [0.4.0,0.5.0) |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |