Categories |
CategoriesManifold Development Tools Development Libraries |
---|---|
GroupId | GroupIdsystems.manifold |
ArtifactId | ArtifactIdmanifold-collections |
Version | Version2020.1.36 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-collections/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-collections</artifactId>
<version>2020.1.36</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-collections/
implementation 'systems.manifold:manifold-collections:2020.1.36'
// https://jarcasting.com/artifacts/systems.manifold/manifold-collections/
implementation ("systems.manifold:manifold-collections:2020.1.36")
'systems.manifold:manifold-collections:jar:2020.1.36'
<dependency org="systems.manifold" name="manifold-collections" rev="2020.1.36">
<artifact name="manifold-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-collections', version='2020.1.36')
)
libraryDependencies += "systems.manifold" % "manifold-collections" % "2020.1.36"
[systems.manifold/manifold-collections "2020.1.36"]