GroupId | GroupIdio.github.bdluck |
---|---|
ArtifactId | ArtifactIddustpan-external |
Version | Version1.4.0 |
Type | Typepom |
Filename | Size |
---|---|
dustpan-external-1.4.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bdluck/dustpan-external/ -->
<dependency>
<groupId>io.github.bdluck</groupId>
<artifactId>dustpan-external</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-external/
implementation 'io.github.bdluck:dustpan-external:1.4.0'
// https://jarcasting.com/artifacts/io.github.bdluck/dustpan-external/
implementation ("io.github.bdluck:dustpan-external:1.4.0")
'io.github.bdluck:dustpan-external:pom:1.4.0'
<dependency org="io.github.bdluck" name="dustpan-external" rev="1.4.0">
<artifact name="dustpan-external" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.bdluck', module='dustpan-external', version='1.4.0')
)
libraryDependencies += "io.github.bdluck" % "dustpan-external" % "1.4.0"
[io.github.bdluck/dustpan-external "1.4.0"]