GroupId | GroupIdcom.github.pwittchen |
---|---|
ArtifactId | ArtifactIdneurosky-android-sdk |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
neurosky-android-sdk-0.0.1.pom | |
neurosky-android-sdk-0.0.1.aar | 32 KB |
neurosky-android-sdk-0.0.1-sources.jar | 12 KB |
neurosky-android-sdk-0.0.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pwittchen/neurosky-android-sdk/ -->
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>neurosky-android-sdk</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pwittchen/neurosky-android-sdk/
implementation 'com.github.pwittchen:neurosky-android-sdk:0.0.1'
// https://jarcasting.com/artifacts/com.github.pwittchen/neurosky-android-sdk/
implementation ("com.github.pwittchen:neurosky-android-sdk:0.0.1")
'com.github.pwittchen:neurosky-android-sdk:aar:0.0.1'
<dependency org="com.github.pwittchen" name="neurosky-android-sdk" rev="0.0.1">
<artifact name="neurosky-android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pwittchen', module='neurosky-android-sdk', version='0.0.1')
)
libraryDependencies += "com.github.pwittchen" % "neurosky-android-sdk" % "0.0.1"
[com.github.pwittchen/neurosky-android-sdk "0.0.1"]