| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thehilikus.jrobocom.samples.simple |
| ArtifactId | ArtifactIdsimple |
| Version | Version1.1 |
| Type | Typepom |
| Description |
DescriptionSimple Robots
Beginner robots to understand the game
|
| Filename | Size |
|---|---|
| simple-1.1.pom | 776 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom.samples.simple</groupId>
<artifactId>simple</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/
implementation 'com.github.thehilikus.jrobocom.samples.simple:simple:1.1'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/
implementation ("com.github.thehilikus.jrobocom.samples.simple:simple:1.1")
'com.github.thehilikus.jrobocom.samples.simple:simple:pom:1.1'
<dependency org="com.github.thehilikus.jrobocom.samples.simple" name="simple" rev="1.1">
<artifact name="simple" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.simple', module='simple', version='1.1')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.simple" % "simple" % "1.1"
[com.github.thehilikus.jrobocom.samples.simple/simple "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.thehilikus.jrobocom : jrobocom-core | jar | 1.0.0-beta-02 |