GroupId | GroupIdio.github.pftx |
---|---|
ArtifactId | ArtifactIdcommons-core |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-core-2.2.1.pom | |
commons-core-2.2.1.jar | 222 KB |
commons-core-2.2.1-sources.jar | 208 KB |
commons-core-2.2.1-javadoc.jar | 916 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pftx/commons-core/ -->
<dependency>
<groupId>io.github.pftx</groupId>
<artifactId>commons-core</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pftx/commons-core/
implementation 'io.github.pftx:commons-core:2.2.1'
// https://jarcasting.com/artifacts/io.github.pftx/commons-core/
implementation ("io.github.pftx:commons-core:2.2.1")
'io.github.pftx:commons-core:jar:2.2.1'
<dependency org="io.github.pftx" name="commons-core" rev="2.2.1">
<artifact name="commons-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pftx', module='commons-core', version='2.2.1')
)
libraryDependencies += "io.github.pftx" % "commons-core" % "2.2.1"
[io.github.pftx/commons-core "2.2.1"]