is not current version
Last Version 2022.1.18

systems.manifold:manifold-deps-parent 2020.1.35

Manifold plugs into Java to supplement it with powerful features, including Type-safe Metaprogramming, Extension Methods, Operator Overloading, Unit Expressions, Java Template Engine, Preprocessor, and more. All fully supported in Java 8 - 15 with comprehensive support in IntelliJ IDEA and Android Studio. Simply add Manifold to your existing project and begin taking advantage of it.

Categories

Categories

Manifold Development Tools Development Libraries
GroupId

GroupId

systems.manifold
ArtifactId

ArtifactId

manifold-deps-parent
Version

Version

2020.1.35
Type

Type

pom

Download manifold-deps-parent 2020.1.35


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