Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.thanapon-bizone |
ArtifactId | ArtifactIdscala-central-repo |
Version | Version3.0.6 |
Type | Typejar |
Filename | Size |
---|---|
scala-central-repo-3.0.6.pom | |
scala-central-repo-3.0.6.jar | 27 KB |
scala-central-repo-3.0.6-sources.jar | 5 KB |
scala-central-repo-3.0.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.thanapon-bizone/scala-central-repo/ -->
<dependency>
<groupId>io.github.thanapon-bizone</groupId>
<artifactId>scala-central-repo</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanapon-bizone/scala-central-repo/
implementation 'io.github.thanapon-bizone:scala-central-repo:3.0.6'
// https://jarcasting.com/artifacts/io.github.thanapon-bizone/scala-central-repo/
implementation ("io.github.thanapon-bizone:scala-central-repo:3.0.6")
'io.github.thanapon-bizone:scala-central-repo:jar:3.0.6'
<dependency org="io.github.thanapon-bizone" name="scala-central-repo" rev="3.0.6">
<artifact name="scala-central-repo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanapon-bizone', module='scala-central-repo', version='3.0.6')
)
libraryDependencies += "io.github.thanapon-bizone" % "scala-central-repo" % "3.0.6"
[io.github.thanapon-bizone/scala-central-repo "3.0.6"]