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