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