| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.dreamlu |
| Идентификатор | Идентификаторmica-core |
| Версия | Версия2.0.2-GA |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mica-core-2.0.2-GA.pom | |
| mica-core-2.0.2-GA.jar | 153 KB |
| mica-core-2.0.2-GA-sources.jar | 128 KB |
| mica-core-2.0.2-GA-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.dreamlu/mica-core/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-core</artifactId>
<version>2.0.2-GA</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation 'net.dreamlu:mica-core:2.0.2-GA'
// https://jarcasting.com/artifacts/net.dreamlu/mica-core/
implementation ("net.dreamlu:mica-core:2.0.2-GA")
'net.dreamlu:mica-core:jar:2.0.2-GA'
<dependency org="net.dreamlu" name="mica-core" rev="2.0.2-GA">
<artifact name="mica-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='mica-core', version='2.0.2-GA')
)
libraryDependencies += "net.dreamlu" % "mica-core" % "2.0.2-GA"
[net.dreamlu/mica-core "2.0.2-GA"]