GroupId | GroupIdcom.github.wandersnail |
---|---|
ArtifactId | ArtifactIdcommons-helper |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
commons-helper-1.0.0.pom | |
commons-helper-1.0.0.aar | 40 KB |
commons-helper-1.0.0-sources.jar | 19 KB |
commons-helper-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wandersnail/commons-helper/ -->
<dependency>
<groupId>com.github.wandersnail</groupId>
<artifactId>commons-helper</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wandersnail/commons-helper/
implementation 'com.github.wandersnail:commons-helper:1.0.0'
// https://jarcasting.com/artifacts/com.github.wandersnail/commons-helper/
implementation ("com.github.wandersnail:commons-helper:1.0.0")
'com.github.wandersnail:commons-helper:aar:1.0.0'
<dependency org="com.github.wandersnail" name="commons-helper" rev="1.0.0">
<artifact name="commons-helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wandersnail', module='commons-helper', version='1.0.0')
)
libraryDependencies += "com.github.wandersnail" % "commons-helper" % "1.0.0"
[com.github.wandersnail/commons-helper "1.0.0"]