| GroupId | GroupIdio.github.jswk.ms |
|---|---|
| ArtifactId | ArtifactIdms |
| Version | Version0.0.3-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| ms-0.0.3-RELEASE.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jswk.ms/ms/ -->
<dependency>
<groupId>io.github.jswk.ms</groupId>
<artifactId>ms</artifactId>
<version>0.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms/
implementation 'io.github.jswk.ms:ms:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms/
implementation ("io.github.jswk.ms:ms:0.0.3-RELEASE")
'io.github.jswk.ms:ms:pom:0.0.3-RELEASE'
<dependency org="io.github.jswk.ms" name="ms" rev="0.0.3-RELEASE">
<artifact name="ms" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jswk.ms', module='ms', version='0.0.3-RELEASE')
)
libraryDependencies += "io.github.jswk.ms" % "ms" % "0.0.3-RELEASE"
[io.github.jswk.ms/ms "0.0.3-RELEASE"]