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