c

clipboard

Super clipboard, use the content provider to copy and paste any data on the clipboard.
https://github.com/AlexMofer/Clipboard
The Apache Software License, Version 2.0
Alex Mofer
Files download
File Operation
clipboard-3.0.1.pom download
clipboard-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.alexmofer.clipboard</groupId>
  <artifactId>clipboard</artifactId>
  <version>3.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.alexmofer.clipboard:clipboard:3.0.1'
Gradle Kotlin
implementation("io.github.alexmofer.clipboard:clipboard:3.0.1")
Scala SBT
libraryDependencies += "io.github.alexmofer.clipboard" % "clipboard" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.alexmofer.clipboard', module='clipboard', version='3.0.1')
)
Apache Ivy
<dependency org="io.github.alexmofer.clipboard" name="clipboard" rev="3.0.1" />
Leiningen
[io.github.alexmofer.clipboard/clipboard "3.0.1"]
Apache Buildr
'io.github.alexmofer.clipboard:clipboard:jar:3.0.1'
Dependencies
The project has no third-party dependencies