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