| GroupId | GroupIdio.github.matwein |
|---|---|
| ArtifactId | ArtifactIdscalc-core |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scalc-core-2.0.1.pom | |
| scalc-core-2.0.1.jar | 46 KB |
| scalc-core-2.0.1-sources.jar | 26 KB |
| scalc-core-2.0.1-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.matwein/scalc-core/ -->
<dependency>
<groupId>io.github.matwein</groupId>
<artifactId>scalc-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation 'io.github.matwein:scalc-core:2.0.1'
// https://jarcasting.com/artifacts/io.github.matwein/scalc-core/
implementation ("io.github.matwein:scalc-core:2.0.1")
'io.github.matwein:scalc-core:jar:2.0.1'
<dependency org="io.github.matwein" name="scalc-core" rev="2.0.1">
<artifact name="scalc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.matwein', module='scalc-core', version='2.0.1')
)
libraryDependencies += "io.github.matwein" % "scalc-core" % "2.0.1"
[io.github.matwein/scalc-core "2.0.1"]