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