| GroupId | GroupIdwiki.lbj |
|---|---|
| ArtifactId | ArtifactIdbowaer-tools |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bowaer-tools-1.0.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/wiki.lbj/bowaer-tools/ -->
<dependency>
<groupId>wiki.lbj</groupId>
<artifactId>bowaer-tools</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/wiki.lbj/bowaer-tools/
implementation 'wiki.lbj:bowaer-tools:1.0.0'
// https://jarcasting.com/artifacts/wiki.lbj/bowaer-tools/
implementation ("wiki.lbj:bowaer-tools:1.0.0")
'wiki.lbj:bowaer-tools:pom:1.0.0'
<dependency org="wiki.lbj" name="bowaer-tools" rev="1.0.0">
<artifact name="bowaer-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='wiki.lbj', module='bowaer-tools', version='1.0.0')
)
libraryDependencies += "wiki.lbj" % "bowaer-tools" % "1.0.0"
[wiki.lbj/bowaer-tools "1.0.0"]