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