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