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