GroupId | GroupIdio.github.ppdzm |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
examples-1.0.pom | |
examples-1.0.jar | 1 MB |
examples-1.0-sources.jar | 92 KB |
examples-1.0-javadoc.jar | 923 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ppdzm/examples/ -->
<dependency>
<groupId>io.github.ppdzm</groupId>
<artifactId>examples</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ppdzm/examples/
implementation 'io.github.ppdzm:examples:1.0'
// https://jarcasting.com/artifacts/io.github.ppdzm/examples/
implementation ("io.github.ppdzm:examples:1.0")
'io.github.ppdzm:examples:jar:1.0'
<dependency org="io.github.ppdzm" name="examples" rev="1.0">
<artifact name="examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ppdzm', module='examples', version='1.0')
)
libraryDependencies += "io.github.ppdzm" % "examples" % "1.0"
[io.github.ppdzm/examples "1.0"]