| GroupId | GroupIdcom.github.thehilikus.jrobocom.samples.simple |
|---|---|
| ArtifactId | ArtifactIdsimple |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| simple-1.0.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.0</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.0'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/simple/
implementation ("com.github.thehilikus.jrobocom.samples.simple:simple:1.0")
'com.github.thehilikus.jrobocom.samples.simple:simple:pom:1.0'
<dependency org="com.github.thehilikus.jrobocom.samples.simple" name="simple" rev="1.0">
<artifact name="simple" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.simple', module='simple', version='1.0')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.simple" % "simple" % "1.0"
[com.github.thehilikus.jrobocom.samples.simple/simple "1.0"]