GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIddevtools-objectpool |
Version | Version2.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
devtools-objectpool-2.0-RC2.pom | |
devtools-objectpool-2.0-RC2.jar | 53 KB |
devtools-objectpool-2.0-RC2-sources.jar | 24 KB |
devtools-objectpool-2.0-RC2-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/devtools-objectpool/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>devtools-objectpool</artifactId>
<version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-objectpool/
implementation 'com.github.paganini2008:devtools-objectpool:2.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-objectpool/
implementation ("com.github.paganini2008:devtools-objectpool:2.0-RC2")
'com.github.paganini2008:devtools-objectpool:jar:2.0-RC2'
<dependency org="com.github.paganini2008" name="devtools-objectpool" rev="2.0-RC2">
<artifact name="devtools-objectpool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='devtools-objectpool', version='2.0-RC2')
)
libraryDependencies += "com.github.paganini2008" % "devtools-objectpool" % "2.0-RC2"
[com.github.paganini2008/devtools-objectpool "2.0-RC2"]