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