| GroupId | GroupIdcom.github.oncizl |
|---|---|
| ArtifactId | ArtifactIdms903 |
| Version | Version1.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ms903-1.0.5.pom | |
| ms903-1.0.5.aar | 9 KB |
| ms903-1.0.5-sources.jar | 1 KB |
| ms903-1.0.5-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oncizl/ms903/ -->
<dependency>
<groupId>com.github.oncizl</groupId>
<artifactId>ms903</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oncizl/ms903/
implementation 'com.github.oncizl:ms903:1.0.5'
// https://jarcasting.com/artifacts/com.github.oncizl/ms903/
implementation ("com.github.oncizl:ms903:1.0.5")
'com.github.oncizl:ms903:aar:1.0.5'
<dependency org="com.github.oncizl" name="ms903" rev="1.0.5">
<artifact name="ms903" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.oncizl', module='ms903', version='1.0.5')
)
libraryDependencies += "com.github.oncizl" % "ms903" % "1.0.5"
[com.github.oncizl/ms903 "1.0.5"]