GroupId | GroupIdio.github.pftx |
---|---|
ArtifactId | ArtifactIdcommons-core |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-core-3.0.1.pom | |
commons-core-3.0.1.jar | 231 KB |
commons-core-3.0.1-sources.jar | 215 KB |
commons-core-3.0.1-javadoc.jar | 953 KB |
Browse |
<!-- 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"]