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