License |
License |
---|---|
GroupId | GroupIdguru.bug.gametool |
ArtifactId | ArtifactIdexample-mousefollow |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmousefollow: GameTool usage example
Just-for-fun library to quickly create simple games
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
example-mousefollow-1.0.pom | |
example-mousefollow-1.0.jar | 4 KB |
example-mousefollow-1.0-sources.jar | 3 KB |
example-mousefollow-1.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/guru.bug.gametool/example-mousefollow/ -->
<dependency>
<groupId>guru.bug.gametool</groupId>
<artifactId>example-mousefollow</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/guru.bug.gametool/example-mousefollow/
implementation 'guru.bug.gametool:example-mousefollow:1.0'
// https://jarcasting.com/artifacts/guru.bug.gametool/example-mousefollow/
implementation ("guru.bug.gametool:example-mousefollow:1.0")
'guru.bug.gametool:example-mousefollow:jar:1.0'
<dependency org="guru.bug.gametool" name="example-mousefollow" rev="1.0">
<artifact name="example-mousefollow" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.bug.gametool', module='example-mousefollow', version='1.0')
)
libraryDependencies += "guru.bug.gametool" % "example-mousefollow" % "1.0"
[guru.bug.gametool/example-mousefollow "1.0"]
Group / Artifact | Type | Version |
---|---|---|
guru.bug.gametool : gametool-lib | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |