| GroupId | GroupIdio.github.er1c |
|---|---|
| ArtifactId | ArtifactIdfm-common_2.12 |
| Version | Version1.0.0-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fm-common_2.12-1.0.0-RC3.pom | |
| fm-common_2.12-1.0.0-RC3.jar | 1 MB |
| fm-common_2.12-1.0.0-RC3-sources.jar | 247 KB |
| fm-common_2.12-1.0.0-RC3-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.er1c/fm-common_2.12/ -->
<dependency>
<groupId>io.github.er1c</groupId>
<artifactId>fm-common_2.12</artifactId>
<version>1.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.er1c/fm-common_2.12/
implementation 'io.github.er1c:fm-common_2.12:1.0.0-RC3'
// https://jarcasting.com/artifacts/io.github.er1c/fm-common_2.12/
implementation ("io.github.er1c:fm-common_2.12:1.0.0-RC3")
'io.github.er1c:fm-common_2.12:jar:1.0.0-RC3'
<dependency org="io.github.er1c" name="fm-common_2.12" rev="1.0.0-RC3">
<artifact name="fm-common_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.er1c', module='fm-common_2.12', version='1.0.0-RC3')
)
libraryDependencies += "io.github.er1c" % "fm-common_2.12" % "1.0.0-RC3"
[io.github.er1c/fm-common_2.12 "1.0.0-RC3"]