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