GroupId | GroupIdorg.sonatype.flexmojos |
---|---|
ArtifactId | ArtifactIdflexmojos-test-harness |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
flexmojos-test-harness-3.6.pom | |
flexmojos-test-harness-3.6.jar | 3 KB |
flexmojos-test-harness-3.6-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-test-harness/ -->
<dependency>
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-test-harness</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-test-harness/
implementation 'org.sonatype.flexmojos:flexmojos-test-harness:3.6'
// https://jarcasting.com/artifacts/org.sonatype.flexmojos/flexmojos-test-harness/
implementation ("org.sonatype.flexmojos:flexmojos-test-harness:3.6")
'org.sonatype.flexmojos:flexmojos-test-harness:jar:3.6'
<dependency org="org.sonatype.flexmojos" name="flexmojos-test-harness" rev="3.6">
<artifact name="flexmojos-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.flexmojos', module='flexmojos-test-harness', version='3.6')
)
libraryDependencies += "org.sonatype.flexmojos" % "flexmojos-test-harness" % "3.6"
[org.sonatype.flexmojos/flexmojos-test-harness "3.6"]