Pipeline

Library for performing fluent-style operations on Java objects. It also provides a fluent format for creating generators.

License

License

GroupId

GroupId

io.github.gaming32
ArtifactId

ArtifactId

pipeline
Last Version

Last Version

1.0-beta-1
Release Date

Release Date

Type

Type

jar
Description

Description

Pipeline
Library for performing fluent-style operations on Java objects. It also provides a fluent format for creating generators.
Project URL

Project URL

https://github.com/Gaming32/Pipeline
Source Code Management

Source Code Management

http://github.com/Gaming32/Pipeline/tree/main

Download pipeline

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta-1