Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdio.github.thanapon-bizone |
ArtifactId | ArtifactIdscala-central-repo |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
scala-central-repo-4.0.3.pom | |
scala-central-repo-4.0.3.jar | 45 KB |
scala-central-repo-4.0.3-sources.jar | 6 KB |
scala-central-repo-4.0.3-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>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thanapon-bizone/scala-central-repo/
implementation 'io.github.thanapon-bizone:scala-central-repo:4.0.3'
// https://jarcasting.com/artifacts/io.github.thanapon-bizone/scala-central-repo/
implementation ("io.github.thanapon-bizone:scala-central-repo:4.0.3")
'io.github.thanapon-bizone:scala-central-repo:jar:4.0.3'
<dependency org="io.github.thanapon-bizone" name="scala-central-repo" rev="4.0.3">
<artifact name="scala-central-repo" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thanapon-bizone', module='scala-central-repo', version='4.0.3')
)
libraryDependencies += "io.github.thanapon-bizone" % "scala-central-repo" % "4.0.3"
[io.github.thanapon-bizone/scala-central-repo "4.0.3"]