Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.3xcool |
ArtifactId | ArtifactIdmaventest |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
maventest-0.0.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.3xcool/maventest/ -->
<dependency>
<groupId>com.3xcool</groupId>
<artifactId>maventest</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.3xcool/maventest/
implementation 'com.3xcool:maventest:0.0.3'
// https://jarcasting.com/artifacts/com.3xcool/maventest/
implementation ("com.3xcool:maventest:0.0.3")
'com.3xcool:maventest:aar:0.0.3'
<dependency org="com.3xcool" name="maventest" rev="0.0.3">
<artifact name="maventest" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.3xcool', module='maventest', version='0.0.3')
)
libraryDependencies += "com.3xcool" % "maventest" % "0.0.3"
[com.3xcool/maventest "0.0.3"]