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