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