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