GroupId | GroupIdcom.tenqube |
---|---|
ArtifactId | ArtifactIdthemereport |
Version | Version0.3.5 |
Type | Typeaar |
Filename | Size |
---|---|
themereport-0.3.5.pom | |
themereport-0.3.5-sources.jar | 40 KB |
themereport-0.3.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tenqube/themereport/ -->
<dependency>
<groupId>com.tenqube</groupId>
<artifactId>themereport</artifactId>
<version>0.3.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tenqube/themereport/
implementation 'com.tenqube:themereport:0.3.5'
// https://jarcasting.com/artifacts/com.tenqube/themereport/
implementation ("com.tenqube:themereport:0.3.5")
'com.tenqube:themereport:aar:0.3.5'
<dependency org="com.tenqube" name="themereport" rev="0.3.5">
<artifact name="themereport" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tenqube', module='themereport', version='0.3.5')
)
libraryDependencies += "com.tenqube" % "themereport" % "0.3.5"
[com.tenqube/themereport "0.3.5"]