| GroupId | GroupIdcom.github.mrstampy |
|---|---|
| ArtifactId | ArtifactIdesp-openbci |
| Version | Version2.1-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| esp-openbci-2.1-RC1.pom | |
| esp-openbci-2.1-RC1.jar | 666 KB |
| esp-openbci-2.1-RC1-sources.jar | 26 KB |
| esp-openbci-2.1-RC1-javadoc.jar | 412 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esp-openbci/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>esp-openbci</artifactId>
<version>2.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esp-openbci/
implementation 'com.github.mrstampy:esp-openbci:2.1-RC1'
// https://jarcasting.com/artifacts/com.github.mrstampy/esp-openbci/
implementation ("com.github.mrstampy:esp-openbci:2.1-RC1")
'com.github.mrstampy:esp-openbci:jar:2.1-RC1'
<dependency org="com.github.mrstampy" name="esp-openbci" rev="2.1-RC1">
<artifact name="esp-openbci" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esp-openbci', version='2.1-RC1')
)
libraryDependencies += "com.github.mrstampy" % "esp-openbci" % "2.1-RC1"
[com.github.mrstampy/esp-openbci "2.1-RC1"]