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