GroupId | GroupIdtop.wu2020 |
---|---|
ArtifactId | ArtifactIdwu-bionic-think |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
wu-bionic-think-1.0.8.pom | |
wu-bionic-think-1.0.8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.wu2020/wu-bionic-think/ -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-bionic-think</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/top.wu2020/wu-bionic-think/
implementation 'top.wu2020:wu-bionic-think:1.0.8'
// https://jarcasting.com/artifacts/top.wu2020/wu-bionic-think/
implementation ("top.wu2020:wu-bionic-think:1.0.8")
'top.wu2020:wu-bionic-think:jar:1.0.8'
<dependency org="top.wu2020" name="wu-bionic-think" rev="1.0.8">
<artifact name="wu-bionic-think" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wu2020', module='wu-bionic-think', version='1.0.8')
)
libraryDependencies += "top.wu2020" % "wu-bionic-think" % "1.0.8"
[top.wu2020/wu-bionic-think "1.0.8"]