| GroupId | GroupIdcom.github.chainables |
|---|---|
| ArtifactId | ArtifactIdchainable |
| Version | Version0.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chainable-0.8.0.pom | |
| chainable-0.8.0.jar | 78 KB |
| chainable-0.8.0-sources.jar | 46 KB |
| chainable-0.8.0-javadoc.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chainables/chainable/ -->
<dependency>
<groupId>com.github.chainables</groupId>
<artifactId>chainable</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chainables/chainable/
implementation 'com.github.chainables:chainable:0.8.0'
// https://jarcasting.com/artifacts/com.github.chainables/chainable/
implementation ("com.github.chainables:chainable:0.8.0")
'com.github.chainables:chainable:jar:0.8.0'
<dependency org="com.github.chainables" name="chainable" rev="0.8.0">
<artifact name="chainable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chainables', module='chainable', version='0.8.0')
)
libraryDependencies += "com.github.chainables" % "chainable" % "0.8.0"
[com.github.chainables/chainable "0.8.0"]