GroupId | GroupIdcom.odinliu.util |
---|---|
ArtifactId | ArtifactIdpool-helper_2.11 |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pool-helper_2.11-1.0.0.pom | |
pool-helper_2.11-1.0.0.jar | 20 KB |
pool-helper_2.11-1.0.0-sources.jar | 4 KB |
pool-helper_2.11-1.0.0-javadoc.jar | 366 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.11/ -->
<dependency>
<groupId>com.odinliu.util</groupId>
<artifactId>pool-helper_2.11</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.11/
implementation 'com.odinliu.util:pool-helper_2.11:1.0.0'
// https://jarcasting.com/artifacts/com.odinliu.util/pool-helper_2.11/
implementation ("com.odinliu.util:pool-helper_2.11:1.0.0")
'com.odinliu.util:pool-helper_2.11:jar:1.0.0'
<dependency org="com.odinliu.util" name="pool-helper_2.11" rev="1.0.0">
<artifact name="pool-helper_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.odinliu.util', module='pool-helper_2.11', version='1.0.0')
)
libraryDependencies += "com.odinliu.util" % "pool-helper_2.11" % "1.0.0"
[com.odinliu.util/pool-helper_2.11 "1.0.0"]