GroupId | GroupIdio.pkts |
---|---|
ArtifactId | ArtifactIdpkts-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pkts-core-1.0.0.pom | |
pkts-core-1.0.0.jar | 79 KB |
pkts-core-1.0.0-sources.jar | 65 KB |
pkts-core-1.0.0-javadoc.jar | 518 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-core/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation 'io.pkts:pkts-core:1.0.0'
// https://jarcasting.com/artifacts/io.pkts/pkts-core/
implementation ("io.pkts:pkts-core:1.0.0")
'io.pkts:pkts-core:jar:1.0.0'
<dependency org="io.pkts" name="pkts-core" rev="1.0.0">
<artifact name="pkts-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-core', version='1.0.0')
)
libraryDependencies += "io.pkts" % "pkts-core" % "1.0.0"
[io.pkts/pkts-core "1.0.0"]