is not current version
Last Version 1.1.0

io.github.agdturner:ccg-io 0.1

A Java library with generally useful classes and methods.

GroupId

GroupId

io.github.agdturner
ArtifactId

ArtifactId

ccg-io
Version

Version

0.1
Type

Type

jar

Download ccg-io 0.1


<!-- https://jarcasting.com/artifacts/io.github.agdturner/ccg-io/ -->
<dependency>
    <groupId>io.github.agdturner</groupId>
    <artifactId>ccg-io</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.agdturner/ccg-io/
implementation 'io.github.agdturner:ccg-io:0.1'
// https://jarcasting.com/artifacts/io.github.agdturner/ccg-io/
implementation ("io.github.agdturner:ccg-io:0.1")
'io.github.agdturner:ccg-io:jar:0.1'
<dependency org="io.github.agdturner" name="ccg-io" rev="0.1">
  <artifact name="ccg-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.agdturner', module='ccg-io', version='0.1')
)
libraryDependencies += "io.github.agdturner" % "ccg-io" % "0.1"
[io.github.agdturner/ccg-io "0.1"]