| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdio.github.andrebeat |
| ArtifactId | ArtifactIdscala-pool_2.11 |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scala-pool_2.11-0.4.1.pom | |
| scala-pool_2.11-0.4.1.jar | 59 KB |
| scala-pool_2.11-0.4.1-sources.jar | 9 KB |
| scala-pool_2.11-0.4.1-javadoc.jar | 415 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.andrebeat/scala-pool_2.11/ -->
<dependency>
<groupId>io.github.andrebeat</groupId>
<artifactId>scala-pool_2.11</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andrebeat/scala-pool_2.11/
implementation 'io.github.andrebeat:scala-pool_2.11:0.4.1'
// https://jarcasting.com/artifacts/io.github.andrebeat/scala-pool_2.11/
implementation ("io.github.andrebeat:scala-pool_2.11:0.4.1")
'io.github.andrebeat:scala-pool_2.11:jar:0.4.1'
<dependency org="io.github.andrebeat" name="scala-pool_2.11" rev="0.4.1">
<artifact name="scala-pool_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andrebeat', module='scala-pool_2.11', version='0.4.1')
)
libraryDependencies += "io.github.andrebeat" % "scala-pool_2.11" % "0.4.1"
[io.github.andrebeat/scala-pool_2.11 "0.4.1"]