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