GroupId | GroupIdcom.mcxiaoke.packer-ng |
---|---|
ArtifactId | ArtifactIdhelper |
Version | Version1.0.0-SNAPSHIT |
Type | Typeaar |
Filename | Size |
---|---|
helper-1.0.0-SNAPSHIT.pom | |
helper-1.0.0-SNAPSHIT.aar | 3 KB |
helper-1.0.0-SNAPSHIT-sources.jar | 1 KB |
helper-1.0.0-SNAPSHIT-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/helper/ -->
<dependency>
<groupId>com.mcxiaoke.packer-ng</groupId>
<artifactId>helper</artifactId>
<version>1.0.0-SNAPSHIT</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/helper/
implementation 'com.mcxiaoke.packer-ng:helper:1.0.0-SNAPSHIT'
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/helper/
implementation ("com.mcxiaoke.packer-ng:helper:1.0.0-SNAPSHIT")
'com.mcxiaoke.packer-ng:helper:aar:1.0.0-SNAPSHIT'
<dependency org="com.mcxiaoke.packer-ng" name="helper" rev="1.0.0-SNAPSHIT">
<artifact name="helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.packer-ng', module='helper', version='1.0.0-SNAPSHIT')
)
libraryDependencies += "com.mcxiaoke.packer-ng" % "helper" % "1.0.0-SNAPSHIT"
[com.mcxiaoke.packer-ng/helper "1.0.0-SNAPSHIT"]