Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.lukekorth |
ArtifactId | ArtifactIddevice-automator |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
device-automator-0.2.0.pom | |
device-automator-0.2.0.aar | 13 KB |
device-automator-0.2.0-sources.jar | 6 KB |
device-automator-0.2.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lukekorth/device-automator/ -->
<dependency>
<groupId>com.lukekorth</groupId>
<artifactId>device-automator</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation 'com.lukekorth:device-automator:0.2.0'
// https://jarcasting.com/artifacts/com.lukekorth/device-automator/
implementation ("com.lukekorth:device-automator:0.2.0")
'com.lukekorth:device-automator:aar:0.2.0'
<dependency org="com.lukekorth" name="device-automator" rev="0.2.0">
<artifact name="device-automator" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lukekorth', module='device-automator', version='0.2.0')
)
libraryDependencies += "com.lukekorth" % "device-automator" % "0.2.0"
[com.lukekorth/device-automator "0.2.0"]