| GroupId | GroupIdio.pkts |
|---|---|
| ArtifactId | ArtifactIdpkts-examples |
| Version | Version3.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pkts-examples-3.0.4.pom | |
| pkts-examples-3.0.4.jar | 1 MB |
| pkts-examples-3.0.4-sources.jar | 12 KB |
| pkts-examples-3.0.4-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pkts/pkts-examples/ -->
<dependency>
<groupId>io.pkts</groupId>
<artifactId>pkts-examples</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.pkts/pkts-examples/
implementation 'io.pkts:pkts-examples:3.0.4'
// https://jarcasting.com/artifacts/io.pkts/pkts-examples/
implementation ("io.pkts:pkts-examples:3.0.4")
'io.pkts:pkts-examples:jar:3.0.4'
<dependency org="io.pkts" name="pkts-examples" rev="3.0.4">
<artifact name="pkts-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pkts', module='pkts-examples', version='3.0.4')
)
libraryDependencies += "io.pkts" % "pkts-examples" % "3.0.4"
[io.pkts/pkts-examples "3.0.4"]