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