GroupId | GroupIdcom.github.xxl6097 |
---|---|
ArtifactId | ArtifactIdbindlibrary |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
bindlibrary-1.0.0.pom | |
bindlibrary-1.0.0.aar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xxl6097/bindlibrary/ -->
<dependency>
<groupId>com.github.xxl6097</groupId>
<artifactId>bindlibrary</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xxl6097/bindlibrary/
implementation 'com.github.xxl6097:bindlibrary:1.0.0'
// https://jarcasting.com/artifacts/com.github.xxl6097/bindlibrary/
implementation ("com.github.xxl6097:bindlibrary:1.0.0")
'com.github.xxl6097:bindlibrary:aar:1.0.0'
<dependency org="com.github.xxl6097" name="bindlibrary" rev="1.0.0">
<artifact name="bindlibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.xxl6097', module='bindlibrary', version='1.0.0')
)
libraryDependencies += "com.github.xxl6097" % "bindlibrary" % "1.0.0"
[com.github.xxl6097/bindlibrary "1.0.0"]