GroupId | GroupIdca.bc.gov.open.cpf.plugins |
---|---|
ArtifactId | ArtifactIdmandelbrot |
Version | Version5.0.6-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
mandelbrot-5.0.6-RELEASE.pom | |
mandelbrot-5.0.6-RELEASE.jar | 7 KB |
mandelbrot-5.0.6-RELEASE-sources.jar | 4 KB |
mandelbrot-5.0.6-RELEASE-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/mandelbrot/ -->
<dependency>
<groupId>ca.bc.gov.open.cpf.plugins</groupId>
<artifactId>mandelbrot</artifactId>
<version>5.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/mandelbrot/
implementation 'ca.bc.gov.open.cpf.plugins:mandelbrot:5.0.6-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/mandelbrot/
implementation ("ca.bc.gov.open.cpf.plugins:mandelbrot:5.0.6-RELEASE")
'ca.bc.gov.open.cpf.plugins:mandelbrot:jar:5.0.6-RELEASE'
<dependency org="ca.bc.gov.open.cpf.plugins" name="mandelbrot" rev="5.0.6-RELEASE">
<artifact name="mandelbrot" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='mandelbrot', version='5.0.6-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "mandelbrot" % "5.0.6-RELEASE"
[ca.bc.gov.open.cpf.plugins/mandelbrot "5.0.6-RELEASE"]