GroupId | GroupIdio.github.afkt |
---|---|
ArtifactId | ArtifactIdDevAppX |
Version | Version2.2.3 |
Type | Typeaar |
Filename | Size |
---|---|
DevAppX-2.2.3.pom | |
DevAppX-2.2.3-sources.jar | 588 KB |
DevAppX-2.2.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.afkt/DevAppX/
implementation 'io.github.afkt:DevAppX:2.2.3'
// https://jarcasting.com/artifacts/io.github.afkt/DevAppX/
implementation ("io.github.afkt:DevAppX:2.2.3")
'io.github.afkt:DevAppX:aar:2.2.3'
<dependency org="io.github.afkt" name="DevAppX" rev="2.2.3">
<artifact name="DevAppX" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.afkt', module='DevAppX', version='2.2.3')
)
libraryDependencies += "io.github.afkt" % "DevAppX" % "2.2.3"
[io.github.afkt/DevAppX "2.2.3"]