| Группа | Группаio.github.jswk.ms |
|---|---|
| Идентификатор | Идентификаторms |
| Версия | Версия0.0.2-RELEASE |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| ms-0.0.2-RELEASE.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.jswk.ms/ms/ -->
<dependency>
<groupId>io.github.jswk.ms</groupId>
<artifactId>ms</artifactId>
<version>0.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms/
implementation 'io.github.jswk.ms:ms:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms/
implementation ("io.github.jswk.ms:ms:0.0.2-RELEASE")
'io.github.jswk.ms:ms:pom:0.0.2-RELEASE'
<dependency org="io.github.jswk.ms" name="ms" rev="0.0.2-RELEASE">
<artifact name="ms" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jswk.ms', module='ms', version='0.0.2-RELEASE')
)
libraryDependencies += "io.github.jswk.ms" % "ms" % "0.0.2-RELEASE"
[io.github.jswk.ms/ms "0.0.2-RELEASE"]