License |
License |
---|---|
GroupId | GroupIdcom.github.XDean |
ArtifactId | ArtifactIdfluent-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFluent API
Common API for chain style API design
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluent-api-1.0.pom | |
fluent-api-1.0.jar | 4 KB |
fluent-api-1.0-sources.jar | 3 KB |
fluent-api-1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/fluent-api/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>fluent-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/fluent-api/
implementation 'com.github.XDean:fluent-api:1.0'
// https://jarcasting.com/artifacts/com.github.XDean/fluent-api/
implementation ("com.github.XDean:fluent-api:1.0")
'com.github.XDean:fluent-api:jar:1.0'
<dependency org="com.github.XDean" name="fluent-api" rev="1.0">
<artifact name="fluent-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='fluent-api', version='1.0')
)
libraryDependencies += "com.github.XDean" % "fluent-api" % "1.0"
[com.github.XDean/fluent-api "1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava Optional | jar | 2.1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |