is not current version
Last Version 3.0.2

io.github.pftx:commons-core 3.0.1

Common utilities, including codec collection compress concurrent config file event net stream etc...

GroupId

GroupId

io.github.pftx
ArtifactId

ArtifactId

commons-core
Version

Version

3.0.1
Type

Type

jar

Download commons-core 3.0.1


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