License |
License |
---|---|
GroupId | GroupIdio.github.gaming32 |
ArtifactId | ArtifactIdpipeline |
Last Version | Last Version1.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPipeline
Library for performing fluent-style operations on Java objects.
It also provides a fluent format for creating generators.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pipeline-1.0-beta-1.pom | |
pipeline-1.0-beta-1.jar | 45 KB |
pipeline-1.0-beta-1-sources.jar | 21 KB |
pipeline-1.0-beta-1-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gaming32/pipeline/ -->
<dependency>
<groupId>io.github.gaming32</groupId>
<artifactId>pipeline</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gaming32/pipeline/
implementation 'io.github.gaming32:pipeline:1.0-beta-1'
// https://jarcasting.com/artifacts/io.github.gaming32/pipeline/
implementation ("io.github.gaming32:pipeline:1.0-beta-1")
'io.github.gaming32:pipeline:jar:1.0-beta-1'
<dependency org="io.github.gaming32" name="pipeline" rev="1.0-beta-1">
<artifact name="pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gaming32', module='pipeline', version='1.0-beta-1')
)
libraryDependencies += "io.github.gaming32" % "pipeline" % "1.0-beta-1"
[io.github.gaming32/pipeline "1.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |