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