License |
License |
---|---|
Categories |
CategoriesManifold Development Tools Development Libraries |
GroupId | GroupIdsystems.manifold |
ArtifactId | ArtifactIdmanifold-all |
Last Version | Last Version2022.1.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionManifold :: Über-jar
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension
Methods, Operator Overloading, Templates, a Preprocessor, and more.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]