is not current version
Last Version 0.2.2

com.moksamedia:mrgadget 0.2

MrGadget is a utility (build for Gradle, but generally usable anywhere) that can upload files to a remote server and execute commands on a remote server

GroupId

GroupId

com.moksamedia
ArtifactId

ArtifactId

mrgadget
Version

Version

0.2
Type

Type

jar

Download mrgadget 0.2


<!-- https://jarcasting.com/artifacts/com.moksamedia/mrgadget/ -->
<dependency>
    <groupId>com.moksamedia</groupId>
    <artifactId>mrgadget</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.moksamedia/mrgadget/
implementation 'com.moksamedia:mrgadget:0.2'
// https://jarcasting.com/artifacts/com.moksamedia/mrgadget/
implementation ("com.moksamedia:mrgadget:0.2")
'com.moksamedia:mrgadget:jar:0.2'
<dependency org="com.moksamedia" name="mrgadget" rev="0.2">
  <artifact name="mrgadget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moksamedia', module='mrgadget', version='0.2')
)
libraryDependencies += "com.moksamedia" % "mrgadget" % "0.2"
[com.moksamedia/mrgadget "0.2"]