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