Categories |
CategoriesManifold Development Tools Development Libraries |
---|---|
GroupId | GroupIdsystems.manifold |
ArtifactId | ArtifactIdmanifold |
Version | Version2021.1.11 |
Type | Typejar |
Filename | Size |
---|---|
manifold-2021.1.11.pom | |
manifold-2021.1.11.jar | 433 KB |
manifold-2021.1.11-sources.jar | 313 KB |
manifold-2021.1.11-javadoc.jar | 993 KB |
Browse |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold</artifactId>
<version>2021.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold/
implementation 'systems.manifold:manifold:2021.1.11'
// https://jarcasting.com/artifacts/systems.manifold/manifold/
implementation ("systems.manifold:manifold:2021.1.11")
'systems.manifold:manifold:jar:2021.1.11'
<dependency org="systems.manifold" name="manifold" rev="2021.1.11">
<artifact name="manifold" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold', version='2021.1.11')
)
libraryDependencies += "systems.manifold" % "manifold" % "2021.1.11"
[systems.manifold/manifold "2021.1.11"]