is not current version
Last Version 1.0.1

com.github.codegerm:org.cg.monadic-lib 1.0.0

A monadic pattern that can be used to construct data processing pipeline, supports Apache Spark.

GroupId

GroupId

com.github.codegerm
ArtifactId

ArtifactId

org.cg.monadic-lib
Version

Version

1.0.0
Type

Type

jar

Download org.cg.monadic-lib 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.codegerm/org.cg.monadic-lib/ -->
<dependency>
    <groupId>com.github.codegerm</groupId>
    <artifactId>org.cg.monadic-lib</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.monadic-lib/
implementation 'com.github.codegerm:org.cg.monadic-lib:1.0.0'
// https://jarcasting.com/artifacts/com.github.codegerm/org.cg.monadic-lib/
implementation ("com.github.codegerm:org.cg.monadic-lib:1.0.0")
'com.github.codegerm:org.cg.monadic-lib:jar:1.0.0'
<dependency org="com.github.codegerm" name="org.cg.monadic-lib" rev="1.0.0">
  <artifact name="org.cg.monadic-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codegerm', module='org.cg.monadic-lib', version='1.0.0')
)
libraryDependencies += "com.github.codegerm" % "org.cg.monadic-lib" % "1.0.0"
[com.github.codegerm/org.cg.monadic-lib "1.0.0"]