| Categories |
CategoriesJCTools General Purpose Libraries High Performance |
|---|---|
| GroupId | GroupIdtech.pronghorn |
| ArtifactId | ArtifactIdplugin-collections-jctools |
| Version | Version0.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/plugin-collections-jctools/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>plugin-collections-jctools</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-collections-jctools/
implementation 'tech.pronghorn:plugin-collections-jctools:0.2.0'
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-collections-jctools/
implementation ("tech.pronghorn:plugin-collections-jctools:0.2.0")
'tech.pronghorn:plugin-collections-jctools:jar:0.2.0'
<dependency org="tech.pronghorn" name="plugin-collections-jctools" rev="0.2.0">
<artifact name="plugin-collections-jctools" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='plugin-collections-jctools', version='0.2.0')
)
libraryDependencies += "tech.pronghorn" % "plugin-collections-jctools" % "0.2.0"
[tech.pronghorn/plugin-collections-jctools "0.2.0"]