GroupId | GroupIdio.github.bdluck |
---|---|
ArtifactId | ArtifactIddustpan-example |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
dustpan-example-1.3.1.pom | |
dustpan-example-1.3.1.jar | 14 KB |
dustpan-example-1.3.1-sources.jar | 6 KB |
dustpan-example-1.3.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bdluck/dustpan-example/ -->
<dependency>
<groupId>io.github.bdluck</groupId>
<artifactId>dustpan-example</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-example/
implementation 'io.github.bdluck:dustpan-example:1.3.1'
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-example/
implementation ("io.github.bdluck:dustpan-example:1.3.1")
'io.github.bdluck:dustpan-example:jar:1.3.1'
<dependency org="io.github.bdluck" name="dustpan-example" rev="1.3.1">
<artifact name="dustpan-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bdluck', module='dustpan-example', version='1.3.1')
)
libraryDependencies += "io.github.bdluck" % "dustpan-example" % "1.3.1"
[io.github.bdluck/dustpan-example "1.3.1"]