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