GroupId | GroupIdio.github.tozmart |
---|---|
ArtifactId | ArtifactIdtozmart-plugin3 |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
tozmart-plugin3-1.0.1.pom | |
tozmart-plugin3-1.0.1.aar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tozmart/tozmart-plugin3/ -->
<dependency>
<groupId>io.github.tozmart</groupId>
<artifactId>tozmart-plugin3</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tozmart/tozmart-plugin3/
implementation 'io.github.tozmart:tozmart-plugin3:1.0.1'
// https://jarcasting.com/artifacts/io.github.tozmart/tozmart-plugin3/
implementation ("io.github.tozmart:tozmart-plugin3:1.0.1")
'io.github.tozmart:tozmart-plugin3:aar:1.0.1'
<dependency org="io.github.tozmart" name="tozmart-plugin3" rev="1.0.1">
<artifact name="tozmart-plugin3" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tozmart', module='tozmart-plugin3', version='1.0.1')
)
libraryDependencies += "io.github.tozmart" % "tozmart-plugin3" % "1.0.1"
[io.github.tozmart/tozmart-plugin3 "1.0.1"]