is not current version
Last Version 0.1.2

com.github.fracpete:jclipboardhelper 0.1.0

Helper library for dealing with the System clipboard in Java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

jclipboardhelper
Version

Version

0.1.0
Type

Type

jar

Download jclipboardhelper 0.1.0


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