License |
License |
---|---|
GroupId | GroupIdcom.odinliu.util |
ArtifactId | ArtifactIdpool-helper_2.13 |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpool-helper
Some useful pool helper. A pure Scala library.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pool-helper_2.13-1.0.1.pom | |
pool-helper_2.13-1.0.1.jar | 15 KB |
pool-helper_2.13-1.0.1-sources.jar | 4 KB |
pool-helper_2.13-1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.13/ -->
<dependency>
<groupId>com.odinliu.util</groupId>
<artifactId>pool-helper_2.13</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.13/
implementation 'com.odinliu.util:pool-helper_2.13:1.0.1'
// https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.13/
implementation ("com.odinliu.util:pool-helper_2.13:1.0.1")
'com.odinliu.util:pool-helper_2.13:jar:1.0.1'
<dependency org="com.odinliu.util" name="pool-helper_2.13" rev="1.0.1">
<artifact name="pool-helper_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.odinliu.util', module='pool-helper_2.13', version='1.0.1')
)
libraryDependencies += "com.odinliu.util" % "pool-helper_2.13" % "1.0.1"
[com.odinliu.util/pool-helper_2.13 "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.3 |