GroupId | GroupIdcom.mytechia |
---|---|
ArtifactId | ArtifactIdrobobo-rob-interface |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
robobo-rob-interface-0.2.0.pom | |
robobo-rob-interface-0.2.0.jar | 82 KB |
robobo-rob-interface-0.2.0-sources.jar | 39 KB |
robobo-rob-interface-0.2.0-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mytechia/robobo-rob-interface/ -->
<dependency>
<groupId>com.mytechia</groupId>
<artifactId>robobo-rob-interface</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytechia/robobo-rob-interface/
implementation 'com.mytechia:robobo-rob-interface:0.2.0'
// https://jarcasting.com/artifacts/com.mytechia/robobo-rob-interface/
implementation ("com.mytechia:robobo-rob-interface:0.2.0")
'com.mytechia:robobo-rob-interface:jar:0.2.0'
<dependency org="com.mytechia" name="robobo-rob-interface" rev="0.2.0">
<artifact name="robobo-rob-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='robobo-rob-interface', version='0.2.0')
)
libraryDependencies += "com.mytechia" % "robobo-rob-interface" % "0.2.0"
[com.mytechia/robobo-rob-interface "0.2.0"]