| GroupId | GroupIdcom.github.thehilikus.jrobocom.samples.simple |
|---|---|
| ArtifactId | ArtifactId4Lunch |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| 4Lunch-1.0.pom | |
| 4Lunch-1.0.jar | 5 KB |
| 4Lunch-1.0-sources.jar | 3 KB |
| 4Lunch-1.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/4Lunch/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom.samples.simple</groupId>
<artifactId>4Lunch</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/4Lunch/
implementation 'com.github.thehilikus.jrobocom.samples.simple:4Lunch:1.0'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom.samples.simple/4Lunch/
implementation ("com.github.thehilikus.jrobocom.samples.simple:4Lunch:1.0")
'com.github.thehilikus.jrobocom.samples.simple:4Lunch:jar:1.0'
<dependency org="com.github.thehilikus.jrobocom.samples.simple" name="4Lunch" rev="1.0">
<artifact name="4Lunch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom.samples.simple', module='4Lunch', version='1.0')
)
libraryDependencies += "com.github.thehilikus.jrobocom.samples.simple" % "4Lunch" % "1.0"
[com.github.thehilikus.jrobocom.samples.simple/4Lunch "1.0"]