| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdwycc |
| Version | Version0.8.2 |
| Type | Typejar |
| Description |
DescriptionWhiley Compiler Collection
A compiler framework for managing the Whiley Compiler and related tooling.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| wycc-0.8.2.pom | |
| wycc-0.8.2.jar | 165 KB |
| wycc-0.8.2-sources.jar | 84 KB |
| wycc-0.8.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wycc/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wycc</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wycc/
implementation 'org.whiley:wycc:0.8.2'
// https://jarcasting.com/artifacts/org.whiley/wycc/
implementation ("org.whiley:wycc:0.8.2")
'org.whiley:wycc:jar:0.8.2'
<dependency org="org.whiley" name="wycc" rev="0.8.2">
<artifact name="wycc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wycc', version='0.8.2')
)
libraryDependencies += "org.whiley" % "wycc" % "0.8.2"
[org.whiley/wycc "0.8.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |