Categories |
CategoriesGUI User Interface |
---|---|
GroupId | GroupIdcom.github.guigumua |
ArtifactId | ArtifactIdrobot-starter |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
robot-starter-1.0.1-RELEASE.pom | |
robot-starter-1.0.1-RELEASE.jar | 92 KB |
robot-starter-1.0.1-RELEASE-sources.jar | 42 KB |
robot-starter-1.0.1-RELEASE-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guigumua/robot-starter/ -->
<dependency>
<groupId>com.github.guigumua</groupId>
<artifactId>robot-starter</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.guigumua/robot-starter/
implementation 'com.github.guigumua:robot-starter:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.guigumua/robot-starter/
implementation ("com.github.guigumua:robot-starter:1.0.1-RELEASE")
'com.github.guigumua:robot-starter:jar:1.0.1-RELEASE'
<dependency org="com.github.guigumua" name="robot-starter" rev="1.0.1-RELEASE">
<artifact name="robot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.guigumua', module='robot-starter', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.guigumua" % "robot-starter" % "1.0.1-RELEASE"
[com.github.guigumua/robot-starter "1.0.1-RELEASE"]