| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииManifold Инструменты разработки Development Libraries |
| Группа | Группаsystems.manifold |
| Идентификатор | Идентификаторmanifold-all |
| Последняя версия | Последняя версия2022.1.18 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеManifold :: Über-jar
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension
Methods, Operator Overloading, Templates, a Preprocessor, and more.
|
| Имя Файла | Размер |
|---|---|
| manifold-all-2022.1.18.pom | |
| manifold-all-2022.1.18.jar | 4 MB |
| manifold-all-2022.1.18-sources.jar | 1 KB |
| manifold-all-2022.1.18-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/systems.manifold/manifold-all/ -->
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-all</artifactId>
<version>2022.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/systems.manifold/manifold-all/
implementation 'systems.manifold:manifold-all:2022.1.18'
// https://jarcasting.com/artifacts/systems.manifold/manifold-all/
implementation ("systems.manifold:manifold-all:2022.1.18")
'systems.manifold:manifold-all:jar:2022.1.18'
<dependency org="systems.manifold" name="manifold-all" rev="2022.1.18">
<artifact name="manifold-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.manifold', module='manifold-all', version='2022.1.18')
)
libraryDependencies += "systems.manifold" % "manifold-all" % "2022.1.18"
[systems.manifold/manifold-all "2022.1.18"]