GroupId | GroupIdcom.github.r2dkennobi |
---|---|
ArtifactId | ArtifactIdrosbridge |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
rosbridge-0.0.1.pom | |
rosbridge-0.0.1.aar | 15 KB |
rosbridge-0.0.1-sources.jar | 583 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.r2dkennobi/rosbridge/ -->
<dependency>
<groupId>com.github.r2dkennobi</groupId>
<artifactId>rosbridge</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.r2dkennobi/rosbridge/
implementation 'com.github.r2dkennobi:rosbridge:0.0.1'
// https://jarcasting.com/artifacts/com.github.r2dkennobi/rosbridge/
implementation ("com.github.r2dkennobi:rosbridge:0.0.1")
'com.github.r2dkennobi:rosbridge:aar:0.0.1'
<dependency org="com.github.r2dkennobi" name="rosbridge" rev="0.0.1">
<artifact name="rosbridge" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.r2dkennobi', module='rosbridge', version='0.0.1')
)
libraryDependencies += "com.github.r2dkennobi" % "rosbridge" % "0.0.1"
[com.github.r2dkennobi/rosbridge "0.0.1"]