GroupId | GroupIdcom.github.tomas-langer |
---|---|
ArtifactId | ArtifactIdchalk |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chalk-1.0.0.pom | |
chalk-1.0.0.jar | 36 KB |
chalk-1.0.0-sources.jar | 18 KB |
chalk-1.0.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomas-langer/chalk/ -->
<dependency>
<groupId>com.github.tomas-langer</groupId>
<artifactId>chalk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomas-langer/chalk/
implementation 'com.github.tomas-langer:chalk:1.0.0'
// https://jarcasting.com/artifacts/com.github.tomas-langer/chalk/
implementation ("com.github.tomas-langer:chalk:1.0.0")
'com.github.tomas-langer:chalk:jar:1.0.0'
<dependency org="com.github.tomas-langer" name="chalk" rev="1.0.0">
<artifact name="chalk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomas-langer', module='chalk', version='1.0.0')
)
libraryDependencies += "com.github.tomas-langer" % "chalk" % "1.0.0"
[com.github.tomas-langer/chalk "1.0.0"]