| Группа | Группаorg.apache.royale.compiler |
|---|---|
| Идентификатор | Идентификаторcompiler-test-utils |
| Версия | Версия0.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| compiler-test-utils-0.9.0.pom | |
| compiler-test-utils-0.9.0.jar | 16 KB |
| compiler-test-utils-0.9.0-sources.jar | 16 KB |
| compiler-test-utils-0.9.0-javadoc.jar | 53 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.royale.compiler/compiler-test-utils/ -->
<dependency>
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-test-utils</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.royale.compiler/compiler-test-utils/
implementation 'org.apache.royale.compiler:compiler-test-utils:0.9.0'
// https://jarcasting.com/artifacts/org.apache.royale.compiler/compiler-test-utils/
implementation ("org.apache.royale.compiler:compiler-test-utils:0.9.0")
'org.apache.royale.compiler:compiler-test-utils:jar:0.9.0'
<dependency org="org.apache.royale.compiler" name="compiler-test-utils" rev="0.9.0">
<artifact name="compiler-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.royale.compiler', module='compiler-test-utils', version='0.9.0')
)
libraryDependencies += "org.apache.royale.compiler" % "compiler-test-utils" % "0.9.0"
[org.apache.royale.compiler/compiler-test-utils "0.9.0"]