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