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