GroupId | GroupIdio.github.bdluck |
---|---|
ArtifactId | ArtifactIddustpan-template |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
dustpan-template-1.0.3.pom | |
dustpan-template-1.0.3.jar | 52 KB |
dustpan-template-1.0.3-sources.jar | 29 KB |
dustpan-template-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-template/
implementation 'io.github.bdluck:dustpan-template:1.0.3'
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-template/
implementation ("io.github.bdluck:dustpan-template:1.0.3")
'io.github.bdluck:dustpan-template:jar:1.0.3'
<dependency org="io.github.bdluck" name="dustpan-template" rev="1.0.3">
<artifact name="dustpan-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bdluck', module='dustpan-template', version='1.0.3')
)
libraryDependencies += "io.github.bdluck" % "dustpan-template" % "1.0.3"
[io.github.bdluck/dustpan-template "1.0.3"]