| Группа | Группаca.bc.gov.open.cpf.plugins |
|---|---|
| Идентификатор | Идентификаторmandelbrot |
| Версия | Версия5.0.0-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mandelbrot-5.0.0-RELEASE.pom | |
| mandelbrot-5.0.0-RELEASE.jar | 7 KB |
| mandelbrot-5.0.0-RELEASE-sources.jar | 4 KB |
| mandelbrot-5.0.0-RELEASE-javadoc.jar | 31 KB |
| Обзор |
<!-- 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.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/mandelbrot/
implementation 'ca.bc.gov.open.cpf.plugins:mandelbrot:5.0.0-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/mandelbrot/
implementation ("ca.bc.gov.open.cpf.plugins:mandelbrot:5.0.0-RELEASE")
'ca.bc.gov.open.cpf.plugins:mandelbrot:jar:5.0.0-RELEASE'
<dependency org="ca.bc.gov.open.cpf.plugins" name="mandelbrot" rev="5.0.0-RELEASE">
<artifact name="mandelbrot" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='mandelbrot', version='5.0.0-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "mandelbrot" % "5.0.0-RELEASE"
[ca.bc.gov.open.cpf.plugins/mandelbrot "5.0.0-RELEASE"]