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