| GroupId | GroupIdme.zhanghai.android.linenoise |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Versionunspecified |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-unspecified.pom | |
| library-unspecified-sources.jar | 3 KB |
| library-unspecified-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.zhanghai.android.linenoise/library/ -->
<dependency>
<groupId>me.zhanghai.android.linenoise</groupId>
<artifactId>library</artifactId>
<version>unspecified</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.zhanghai.android.linenoise/library/
implementation 'me.zhanghai.android.linenoise:library:unspecified'
// https://jarcasting.com/artifacts/me.zhanghai.android.linenoise/library/
implementation ("me.zhanghai.android.linenoise:library:unspecified")
'me.zhanghai.android.linenoise:library:aar:unspecified'
<dependency org="me.zhanghai.android.linenoise" name="library" rev="unspecified">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.zhanghai.android.linenoise', module='library', version='unspecified')
)
libraryDependencies += "me.zhanghai.android.linenoise" % "library" % "unspecified"
[me.zhanghai.android.linenoise/library "unspecified"]