| Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdclipboard |
| Version | Version2.35 |
| Type | Typejar |
| Filename | Size |
|---|---|
| clipboard-2.35.pom | |
| clipboard-2.35.jar | 25 KB |
| clipboard-2.35-sources.jar | 20 KB |
| clipboard-2.35-project-src.zip | 23 KB |
| clipboard-2.35-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/clipboard/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>clipboard</artifactId>
<version>2.35</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/clipboard/
implementation 'org.glassfish.jersey.examples:clipboard:2.35'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/clipboard/
implementation ("org.glassfish.jersey.examples:clipboard:2.35")
'org.glassfish.jersey.examples:clipboard:jar:2.35'
<dependency org="org.glassfish.jersey.examples" name="clipboard" rev="2.35">
<artifact name="clipboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='clipboard', version='2.35')
)
libraryDependencies += "org.glassfish.jersey.examples" % "clipboard" % "2.35"
[org.glassfish.jersey.examples/clipboard "2.35"]