| License | License | 
|---|---|
| GroupId | GroupIdorg.frgaal | 
| ArtifactId | ArtifactIdcompiler | 
| Last Version | Last Version18.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionfrgaal compiler The frgaal compiler | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| compiler-18.0.0.pom | |
| compiler-18.0.0-sources.jar | 1 MB | 
| compiler-18.0.0-javadoc.jar | 448 bytes | 
| compiler-18.0.0-java-sources.zip | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.frgaal/compiler/ -->
<dependency>
    <groupId>org.frgaal</groupId>
    <artifactId>compiler</artifactId>
    <version>18.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.frgaal/compiler/
implementation 'org.frgaal:compiler:18.0.0'// https://jarcasting.com/artifacts/org.frgaal/compiler/
implementation ("org.frgaal:compiler:18.0.0")'org.frgaal:compiler:jar:18.0.0'<dependency org="org.frgaal" name="compiler" rev="18.0.0">
  <artifact name="compiler" type="jar" />
</dependency>@Grapes(
@Grab(group='org.frgaal', module='compiler', version='18.0.0')
)libraryDependencies += "org.frgaal" % "compiler" % "18.0.0"[org.frgaal/compiler "18.0.0"]