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