не последняя версия
Последняя версия 2022.1.18

systems.manifold:manifold-parent 2019.1.11

Manifold supplements Java with useful features like Type-safe Metaprogramming, Structural Typing, and Extension Methods. Simply add Manifold to your project and begin taking advantage of it.

Категории

Категории

Manifold Инструменты разработки Development Libraries
Группа

Группа

systems.manifold
Идентификатор

Идентификатор

manifold-parent
Версия

Версия

2019.1.11
Тип

Тип

pom

Скачать manifold-parent 2019.1.11

Имя Файла Размер
manifold-parent-2019.1.11.pom 10 KB
Обзор

<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-parent/ -->
<dependency>
    <groupId>systems.manifold</groupId>
    <artifactId>manifold-parent</artifactId>
    <version>2019.1.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-parent/
implementation 'systems.manifold:manifold-parent:2019.1.11'
// https://jarcasting.com/artifacts/systems.manifold/manifold-parent/
implementation ("systems.manifold:manifold-parent:2019.1.11")
'systems.manifold:manifold-parent:pom:2019.1.11'
<dependency org="systems.manifold" name="manifold-parent" rev="2019.1.11">
  <artifact name="manifold-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-parent', version='2019.1.11')
)
libraryDependencies += "systems.manifold" % "manifold-parent" % "2019.1.11"
[systems.manifold/manifold-parent "2019.1.11"]