is not current version
Last Version 1.0.2

com.github.devswork:rt 1.0.0RELEASE

linux remote tools

GroupId

GroupId

com.github.devswork
ArtifactId

ArtifactId

rt
Version

Version

1.0.0RELEASE
Type

Type

jar

Download rt 1.0.0RELEASE


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