| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdorg.gradlefx |
| ArtifactId | ArtifactIdgradlefx |
| Last Version | Last Version1.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGradleFx
GradleFx is a Gradle plugin for building Flex and Actionscript applications
|
| Filename | Size |
|---|---|
| gradlefx-1.5.0.pom | |
| gradlefx-1.5.0.jar | 143 KB |
| gradlefx-1.5.0-sources.jar | 17 KB |
| gradlefx-1.5.0-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gradlefx/gradlefx/ -->
<dependency>
<groupId>org.gradlefx</groupId>
<artifactId>gradlefx</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gradlefx/gradlefx/
implementation 'org.gradlefx:gradlefx:1.5.0'
// https://jarcasting.com/artifacts/org.gradlefx/gradlefx/
implementation ("org.gradlefx:gradlefx:1.5.0")
'org.gradlefx:gradlefx:jar:1.5.0'
<dependency org="org.gradlefx" name="gradlefx" rev="1.5.0">
<artifact name="gradlefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gradlefx', module='gradlefx', version='1.5.0')
)
libraryDependencies += "org.gradlefx" % "gradlefx" % "1.5.0"
[org.gradlefx/gradlefx "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| commons-io : commons-io | jar | 2.4 |
| org.codehaus.groovy : groovy-all | jar | 2.3.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | 0.7-groovy-2.0 |