| GroupId | GroupIdcom.github.thehilikus.jrobocom.samples.legends |
|---|---|
| ArtifactId | ArtifactIdlegends |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| legends-1.0.pom | 669 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom.samples.legends</groupId>
<artifactId>legends</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/
implementation 'com.github.thehilikus.jrobocom.samples.legends:legends:1.0'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.legends/legends/
implementation ("com.github.thehilikus.jrobocom.samples.legends:legends:1.0")
'com.github.thehilikus.jrobocom.samples.legends:legends:pom:1.0'
<dependency org="com.github.thehilikus.jrobocom.samples.legends" name="legends" rev="1.0">
<artifact name="legends" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.legends', module='legends', version='1.0')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.legends" % "legends" % "1.0"
[com.github.thehilikus.jrobocom.samples.legends/legends "1.0"]