| GroupId | GroupIdcom.soywiz |
|---|---|
| ArtifactId | ArtifactIdkorge-tests |
| Version | Version0.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| korge-tests-0.9.1.pom | |
| korge-tests-0.9.1.jar | 27 KB |
| korge-tests-0.9.1-sources.jar | 4 KB |
| korge-tests-0.9.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soywiz/korge-tests/ -->
<dependency>
<groupId>com.soywiz</groupId>
<artifactId>korge-tests</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/korge-tests/
implementation 'com.soywiz:korge-tests:0.9.1'
// https://jarcasting.com/artifacts/com.soywiz/korge-tests/
implementation ("com.soywiz:korge-tests:0.9.1")
'com.soywiz:korge-tests:jar:0.9.1'
<dependency org="com.soywiz" name="korge-tests" rev="0.9.1">
<artifact name="korge-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='korge-tests', version='0.9.1')
)
libraryDependencies += "com.soywiz" % "korge-tests" % "0.9.1"
[com.soywiz/korge-tests "0.9.1"]