GroupId | GroupIdio.github.afkt |
---|---|
ArtifactId | ArtifactIdDevAppX |
Version | Version2.2.7 |
Type | Typeaar |
Filename | Size |
---|---|
DevAppX-2.2.7.pom | |
DevAppX-2.2.7-sources.jar | 591 KB |
DevAppX-2.2.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.afkt/DevAppX/ -->
<dependency>
<groupId>io.github.afkt</groupId>
<artifactId>DevAppX</artifactId>
<version>2.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.afkt/DevAppX/
implementation 'io.github.afkt:DevAppX:2.2.7'
// https://jarcasting.com/artifacts/io.github.afkt/DevAppX/
implementation ("io.github.afkt:DevAppX:2.2.7")
'io.github.afkt:DevAppX:aar:2.2.7'
<dependency org="io.github.afkt" name="DevAppX" rev="2.2.7">
<artifact name="DevAppX" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.afkt', module='DevAppX', version='2.2.7')
)
libraryDependencies += "io.github.afkt" % "DevAppX" % "2.2.7"
[io.github.afkt/DevAppX "2.2.7"]