is not current version
Last Version 1.2

com.github.mrstampy:esplab 1.1

ESPLab - JavaFX 8 GUI for ESP devices

GroupId

GroupId

com.github.mrstampy
ArtifactId

ArtifactId

esplab
Version

Version

1.1
Type

Type

jar

Download esplab 1.1


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