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