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