is not current version
Last Version 3.0.0

io.github.pftx:commons-remote 2.2.1

A remote server for developers to look inside the JVM and change the status etc...

GroupId

GroupId

io.github.pftx
ArtifactId

ArtifactId

commons-remote
Version

Version

2.2.1
Type

Type

jar

Download commons-remote 2.2.1


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