| Группа | Группаcc.shacocloud |
|---|---|
| Идентификатор | Идентификаторmirage-core |
| Версия | Версия1.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mirage-core-1.0-RELEASE.pom | |
| mirage-core-1.0-RELEASE.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cc.shacocloud/mirage-core/ -->
<dependency>
<groupId>cc.shacocloud</groupId>
<artifactId>mirage-core</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cc.shacocloud/mirage-core/
implementation 'cc.shacocloud:mirage-core:1.0-RELEASE'
// https://jarcasting.com/artifacts/cc.shacocloud/mirage-core/
implementation ("cc.shacocloud:mirage-core:1.0-RELEASE")
'cc.shacocloud:mirage-core:jar:1.0-RELEASE'
<dependency org="cc.shacocloud" name="mirage-core" rev="1.0-RELEASE">
<artifact name="mirage-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.shacocloud', module='mirage-core', version='1.0-RELEASE')
)
libraryDependencies += "cc.shacocloud" % "mirage-core" % "1.0-RELEASE"
[cc.shacocloud/mirage-core "1.0-RELEASE"]