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