| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.marvinformatics.flex |
| Идентификатор | Идентификаторapache-flex-sdk-converter |
| Версия | Версия151126 |
| Тип | Типjar |
| Описание |
ОписаниеApache Flex SDK Converter
The Mavenizer tool is used to convert the Apache and Adobe Flex SDKs and Air
SDKs into Maven artifacts. Automatically creating the Directories, pom-files,
copying and moving the resources to the correct destinations.
These artifacts can be used in Maven builds using the Flexmojos plugin
(Starting with version 6.x).
The Apache Flex SDK Converter comes with all the means to download, convert
and deploy a mavenized form of an Apache Flex SDK.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.marvinformatics.flex/apache-flex-sdk-converter/ -->
<dependency>
<groupId>com.marvinformatics.flex</groupId>
<artifactId>apache-flex-sdk-converter</artifactId>
<version>151126</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics.flex/apache-flex-sdk-converter/
implementation 'com.marvinformatics.flex:apache-flex-sdk-converter:151126'
// https://jarcasting.com/artifacts/com.marvinformatics.flex/apache-flex-sdk-converter/
implementation ("com.marvinformatics.flex:apache-flex-sdk-converter:151126")
'com.marvinformatics.flex:apache-flex-sdk-converter:jar:151126'
<dependency org="com.marvinformatics.flex" name="apache-flex-sdk-converter" rev="151126">
<artifact name="apache-flex-sdk-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics.flex', module='apache-flex-sdk-converter', version='151126')
)
libraryDependencies += "com.marvinformatics.flex" % "apache-flex-sdk-converter" % "151126"
[com.marvinformatics.flex/apache-flex-sdk-converter "151126"]