| Группа | Группаcom.moz.fiji.common |
|---|---|
| Идентификатор | Идентификаторfiji-common-flags-test |
| Версия | Версия0.1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.moz.fiji.common/fiji-common-flags-test/ -->
<dependency>
<groupId>com.moz.fiji.common</groupId>
<artifactId>fiji-common-flags-test</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moz.fiji.common/fiji-common-flags-test/
implementation 'com.moz.fiji.common:fiji-common-flags-test:0.1.0'
// https://jarcasting.com/artifacts/com.moz.fiji.common/fiji-common-flags-test/
implementation ("com.moz.fiji.common:fiji-common-flags-test:0.1.0")
'com.moz.fiji.common:fiji-common-flags-test:jar:0.1.0'
<dependency org="com.moz.fiji.common" name="fiji-common-flags-test" rev="0.1.0">
<artifact name="fiji-common-flags-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moz.fiji.common', module='fiji-common-flags-test', version='0.1.0')
)
libraryDependencies += "com.moz.fiji.common" % "fiji-common-flags-test" % "0.1.0"
[com.moz.fiji.common/fiji-common-flags-test "0.1.0"]