| Categories |
CategoriesJavaScript Languages Manifold Development Tools Development Libraries |
|---|---|
| GroupId | GroupIdsystems.manifold |
| ArtifactId | ArtifactIdmanifold-js-test |
| Version | Version2021.1.20 |
| Type | Typejar |
| Filename | Size |
|---|---|
| manifold-js-test-2021.1.20.pom | |
| manifold-js-test-2021.1.20.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-js-test/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-js-test</artifactId>
<version>2021.1.20</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-js-test/
implementation 'systems.manifold:manifold-js-test:2021.1.20'
// https://jarcasting.com/artifacts/systems.manifold/manifold-js-test/
implementation ("systems.manifold:manifold-js-test:2021.1.20")
'systems.manifold:manifold-js-test:jar:2021.1.20'
<dependency org="systems.manifold" name="manifold-js-test" rev="2021.1.20">
<artifact name="manifold-js-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-js-test', version='2021.1.20')
)
libraryDependencies += "systems.manifold" % "manifold-js-test" % "2021.1.20"
[systems.manifold/manifold-js-test "2021.1.20"]