| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mrstampy |
| ArtifactId | ArtifactIdesplab |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionESPLab - JavaFX 8 GUI for ESP devices
ESPLab - JavaFX 8 GUI for ESP devices
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| esplab-1.2.pom | |
| esplab-1.2.jar | 23 KB |
| esplab-1.2-sources.jar | 11 KB |
| esplab-1.2-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/esplab/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>esplab</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/esplab/
implementation 'com.github.mrstampy:esplab:1.2'
// https://jarcasting.com/artifacts/com.github.mrstampy/esplab/
implementation ("com.github.mrstampy:esplab:1.2")
'com.github.mrstampy:esplab:jar:1.2'
<dependency org="com.github.mrstampy" name="esplab" rev="1.2">
<artifact name="esplab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='esplab', version='1.2')
)
libraryDependencies += "com.github.mrstampy" % "esplab" % "1.2"
[com.github.mrstampy/esplab "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mrstampy : esp Optional | jar | 2.1 |
| org.slf4j : slf4j-api Optional | jar | 1.7.7 |
| org.reactfx : reactfx Optional | jar | 1.0.0 |
| org.controlsfx : controlsfx Optional | jar | 8.0.5 |