Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIdpipeline |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
pipeline-0.5.pom | |
pipeline-0.5.jar | 7 KB |
pipeline-0.5-sources.jar | 6 KB |
pipeline-0.5-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/pipeline/ -->
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>pipeline</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/pipeline/
implementation 'io.github.informalin.framework:pipeline:0.5'
// https://jarcasting.com/artifacts/io.github.informalin.framework/pipeline/
implementation ("io.github.informalin.framework:pipeline:0.5")
'io.github.informalin.framework:pipeline:jar:0.5'
<dependency org="io.github.informalin.framework" name="pipeline" rev="0.5">
<artifact name="pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='pipeline', version='0.5')
)
libraryDependencies += "io.github.informalin.framework" % "pipeline" % "0.5"
[io.github.informalin.framework/pipeline "0.5"]