| GroupId | GroupIdcom.github.semoncat.geachgame.core |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| library-0.7.pom | |
| library-0.7.jar | 13 KB |
| library-0.7-sources.jar | 6 KB |
| library-0.7-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.semoncat.geachgame.core/library/ -->
<dependency>
<groupId>com.github.semoncat.geachgame.core</groupId>
<artifactId>library</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.semoncat.geachgame.core/library/
implementation 'com.github.semoncat.geachgame.core:library:0.7'
// https://jarcasting.com/artifacts/com.github.semoncat.geachgame.core/library/
implementation ("com.github.semoncat.geachgame.core:library:0.7")
'com.github.semoncat.geachgame.core:library:jar:0.7'
<dependency org="com.github.semoncat.geachgame.core" name="library" rev="0.7">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.semoncat.geachgame.core', module='library', version='0.7')
)
libraryDependencies += "com.github.semoncat.geachgame.core" % "library" % "0.7"
[com.github.semoncat.geachgame.core/library "0.7"]