| License |
License |
|---|---|
| GroupId | GroupIdorg.openftc |
| ArtifactId | ArtifactIdi2cdrivers |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptioni2cdrivers
OpenFTC I2C Drivers Library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| i2cdrivers-1.0.0.pom | |
| i2cdrivers-1.0.0-sources.jar | 2 KB |
| i2cdrivers-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openftc/i2cdrivers/ -->
<dependency>
<groupId>org.openftc</groupId>
<artifactId>i2cdrivers</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.openftc/i2cdrivers/
implementation 'org.openftc:i2cdrivers:1.0.0'
// https://jarcasting.com/artifacts/org.openftc/i2cdrivers/
implementation ("org.openftc:i2cdrivers:1.0.0")
'org.openftc:i2cdrivers:aar:1.0.0'
<dependency org="org.openftc" name="i2cdrivers" rev="1.0.0">
<artifact name="i2cdrivers" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.openftc', module='i2cdrivers', version='1.0.0')
)
libraryDependencies += "org.openftc" % "i2cdrivers" % "1.0.0"
[org.openftc/i2cdrivers "1.0.0"]