GroupId | GroupIdorg.sonatype.flexmojos |
---|---|
ArtifactId | ArtifactIdflexmojos-flex2-compatibility-layer |
Version | Version4.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-flex2-compatibility-layer/ -->
<dependency>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-flex2-compatibility-layer</artifactId>
<version>4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-flex2-compatibility-layer/
implementation 'org.sonatype.flexmojos:flexmojos-flex2-compatibility-layer:4.0-RC1'
// https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-flex2-compatibility-layer/
implementation ("org.sonatype.flexmojos:flexmojos-flex2-compatibility-layer:4.0-RC1")
'org.sonatype.flexmojos:flexmojos-flex2-compatibility-layer:jar:4.0-RC1'
<dependency org="org.sonatype.flexmojos" name="flexmojos-flex2-compatibility-layer" rev="4.0-RC1">
<artifact name="flexmojos-flex2-compatibility-layer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.flexmojos', module='flexmojos-flex2-compatibility-layer', version='4.0-RC1')
)
libraryDependencies += "org.sonatype.flexmojos" % "flexmojos-flex2-compatibility-layer" % "4.0-RC1"
[org.sonatype.flexmojos/flexmojos-flex2-compatibility-layer "4.0-RC1"]