| Категории |
КатегорииNative Инструменты разработки |
|---|---|
| Группа | Группаcom.ahome-it |
| Идентификатор | Идентификаторahome-tooling-nativetools |
| Версия | Версия2.0.3-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/ -->
<dependency>
<groupId>com.ahome-it</groupId>
<artifactId>ahome-tooling-nativetools</artifactId>
<version>2.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation 'com.ahome-it:ahome-tooling-nativetools:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation ("com.ahome-it:ahome-tooling-nativetools:2.0.3-RELEASE")
'com.ahome-it:ahome-tooling-nativetools:jar:2.0.3-RELEASE'
<dependency org="com.ahome-it" name="ahome-tooling-nativetools" rev="2.0.3-RELEASE">
<artifact name="ahome-tooling-nativetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ahome-it', module='ahome-tooling-nativetools', version='2.0.3-RELEASE')
)
libraryDependencies += "com.ahome-it" % "ahome-tooling-nativetools" % "2.0.3-RELEASE"
[com.ahome-it/ahome-tooling-nativetools "2.0.3-RELEASE"]