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