GroupId | GroupIdcom.github.thehilikus.jrobocom |
---|---|
ArtifactId | ArtifactIdjrobocom-core |
Version | Version1.0.0-beta-01 |
Type | Typejar |
Filename | Size |
---|---|
jrobocom-core-1.0.0-beta-01.pom | |
jrobocom-core-1.0.0-beta-01.jar | 82 KB |
jrobocom-core-1.0.0-beta-01-sources.jar | 57 KB |
jrobocom-core-1.0.0-beta-01-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/ -->
<dependency>
<groupId>com.github.thehilikus.jrobocom</groupId>
<artifactId>jrobocom-core</artifactId>
<version>1.0.0-beta-01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation 'com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-01'
// https://jarcasting.com/artifacts/com.github.thehilikus.jrobocom/jrobocom-core/
implementation ("com.github.thehilikus.jrobocom:jrobocom-core:1.0.0-beta-01")
'com.github.thehilikus.jrobocom:jrobocom-core:jar:1.0.0-beta-01'
<dependency org="com.github.thehilikus.jrobocom" name="jrobocom-core" rev="1.0.0-beta-01">
<artifact name="jrobocom-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thehilikus.jrobocom', module='jrobocom-core', version='1.0.0-beta-01')
)
libraryDependencies += "com.github.thehilikus.jrobocom" % "jrobocom-core" % "1.0.0-beta-01"
[com.github.thehilikus.jrobocom/jrobocom-core "1.0.0-beta-01"]