| GroupId | GroupIdio.github.jswk.ms |
|---|---|
| ArtifactId | ArtifactIdms-core |
| Version | Version0.0.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| ms-core-0.0.2-RELEASE.pom | |
| ms-core-0.0.2-RELEASE.jar | 184 KB |
| ms-core-0.0.2-RELEASE-sources.jar | 126 KB |
| ms-core-0.0.2-RELEASE-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jswk.ms/ms-core/ -->
<dependency>
<groupId>io.github.jswk.ms</groupId>
<artifactId>ms-core</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms-core/
implementation 'io.github.jswk.ms:ms-core:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.jswk.ms/ms-core/
implementation ("io.github.jswk.ms:ms-core:0.0.2-RELEASE")
'io.github.jswk.ms:ms-core:jar:0.0.2-RELEASE'
<dependency org="io.github.jswk.ms" name="ms-core" rev="0.0.2-RELEASE">
<artifact name="ms-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jswk.ms', module='ms-core', version='0.0.2-RELEASE')
)
libraryDependencies += "io.github.jswk.ms" % "ms-core" % "0.0.2-RELEASE"
[io.github.jswk.ms/ms-core "0.0.2-RELEASE"]