| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.fracpete |
| ArtifactId | ArtifactIdjclipboardhelper |
| Version | Version0.1.2 |
| Type | Typejar |
| Description |
Descriptionjclipboardhelper
Helper library for dealing with the System clipboard in Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jclipboardhelper-0.1.2.pom | |
| jclipboardhelper-0.1.2.jar | 10 KB |
| jclipboardhelper-0.1.2-sources.jar | 8 KB |
| jclipboardhelper-0.1.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/jclipboardhelper/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>jclipboardhelper</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/jclipboardhelper/
implementation 'com.github.fracpete:jclipboardhelper:0.1.2'
// https://jarcasting.com/artifacts/com.github.fracpete/jclipboardhelper/
implementation ("com.github.fracpete:jclipboardhelper:0.1.2")
'com.github.fracpete:jclipboardhelper:jar:0.1.2'
<dependency org="com.github.fracpete" name="jclipboardhelper" rev="0.1.2">
<artifact name="jclipboardhelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='jclipboardhelper', version='0.1.2')
)
libraryDependencies += "com.github.fracpete" % "jclipboardhelper" % "0.1.2"
[com.github.fracpete/jclipboardhelper "0.1.2"]