GroupId | GroupIdcom.github.120011676 |
---|---|
ArtifactId | ArtifactIdchunk |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
chunk-0.0.2.pom | |
chunk-0.0.2.jar | 3 KB |
chunk-0.0.2-sources.jar | 1 KB |
chunk-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.120011676/chunk/ -->
<dependency>
<groupId>com.github.120011676</groupId>
<artifactId>chunk</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.120011676/chunk/
implementation 'com.github.120011676:chunk:0.0.2'
// https://jarcasting.com/artifacts/com.github.120011676/chunk/
implementation ("com.github.120011676:chunk:0.0.2")
'com.github.120011676:chunk:jar:0.0.2'
<dependency org="com.github.120011676" name="chunk" rev="0.0.2">
<artifact name="chunk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.120011676', module='chunk', version='0.0.2')
)
libraryDependencies += "com.github.120011676" % "chunk" % "0.0.2"
[com.github.120011676/chunk "0.0.2"]