License |
License |
---|---|
GroupId | GroupIdorg.whiley |
ArtifactId | ArtifactIdwyc-all |
Version | Version0.9.3 |
Type | Typepom |
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-all-0.9.3.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wyc-all/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wyc-all</artifactId>
<version>0.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wyc-all/
implementation 'org.whiley:wyc-all:0.9.3'
// https://jarcasting.com/artifacts/org.whiley/wyc-all/
implementation ("org.whiley:wyc-all:0.9.3")
'org.whiley:wyc-all:pom:0.9.3'
<dependency org="org.whiley" name="wyc-all" rev="0.9.3">
<artifact name="wyc-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wyc-all', version='0.9.3')
)
libraryDependencies += "org.whiley" % "wyc-all" % "0.9.3"
[org.whiley/wyc-all "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |