License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdorg.apache.flex.flexjs.framework |
ArtifactId | ArtifactIdflexjs-simple-application-pure-js-archetype |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Flex - FlexJS: Framework: Archetypes: Simple FlexJS Pure-JS Application
Maven archetype for creating FlexJS Maven project for building a simple FlexJS application with only JavaScript output.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.flex.flexjs.framework/flexjs-simple-application-pure-js-archetype/ -->
<dependency>
<groupId>org.apache.flex.flexjs.framework</groupId>
<artifactId>flexjs-simple-application-pure-js-archetype</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.flex.flexjs.framework/flexjs-simple-application-pure-js-archetype/
implementation 'org.apache.flex.flexjs.framework:flexjs-simple-application-pure-js-archetype:0.8.0'
// https://jarcasting.com/artifacts/org.apache.flex.flexjs.framework/flexjs-simple-application-pure-js-archetype/
implementation ("org.apache.flex.flexjs.framework:flexjs-simple-application-pure-js-archetype:0.8.0")
'org.apache.flex.flexjs.framework:flexjs-simple-application-pure-js-archetype:jar:0.8.0'
<dependency org="org.apache.flex.flexjs.framework" name="flexjs-simple-application-pure-js-archetype" rev="0.8.0">
<artifact name="flexjs-simple-application-pure-js-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.flex.flexjs.framework', module='flexjs-simple-application-pure-js-archetype', version='0.8.0')
)
libraryDependencies += "org.apache.flex.flexjs.framework" % "flexjs-simple-application-pure-js-archetype" % "0.8.0"
[org.apache.flex.flexjs.framework/flexjs-simple-application-pure-js-archetype "0.8.0"]