| GroupId | GroupIdcom.github.xuwei-k |
|---|---|
| ArtifactId | ArtifactIdapplybuilder71_2.11.0-M8 |
| Version | Version0.1.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xuwei-k/applybuilder71_2.11.0-M8/ -->
<dependency>
<groupId>com.github.xuwei-k</groupId>
<artifactId>applybuilder71_2.11.0-M8</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuwei-k/applybuilder71_2.11.0-M8/
implementation 'com.github.xuwei-k:applybuilder71_2.11.0-M8:0.1.0'
// https://jarcasting.com/artifacts/com.github.xuwei-k/applybuilder71_2.11.0-M8/
implementation ("com.github.xuwei-k:applybuilder71_2.11.0-M8:0.1.0")
'com.github.xuwei-k:applybuilder71_2.11.0-M8:jar:0.1.0'
<dependency org="com.github.xuwei-k" name="applybuilder71_2.11.0-M8" rev="0.1.0">
<artifact name="applybuilder71_2.11.0-M8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuwei-k', module='applybuilder71_2.11.0-M8', version='0.1.0')
)
libraryDependencies += "com.github.xuwei-k" % "applybuilder71_2.11.0-M8" % "0.1.0"
[com.github.xuwei-k/applybuilder71_2.11.0-M8 "0.1.0"]