| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdwycc |
| Version | Version0.8.1 |
| 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.1.pom | |
| wycc-0.8.1.jar | 156 KB |
| wycc-0.8.1-sources.jar | 80 KB |
| wycc-0.8.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/wycc/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>wycc</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/wycc/
implementation 'org.whiley:wycc:0.8.1'
// https://jarcasting.com/artifacts/org.whiley/wycc/
implementation ("org.whiley:wycc:0.8.1")
'org.whiley:wycc:jar:0.8.1'
<dependency org="org.whiley" name="wycc" rev="0.8.1">
<artifact name="wycc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='wycc', version='0.8.1')
)
libraryDependencies += "org.whiley" % "wycc" % "0.8.1"
[org.whiley/wycc "0.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |