Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdclipboard |
Version | Version2.32 |
Type | Typejar |
Filename | Size |
---|---|
clipboard-2.32.pom | |
clipboard-2.32.jar | 26 KB |
clipboard-2.32-sources.jar | 21 KB |
clipboard-2.32-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.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/clipboard/
implementation 'org.glassfish.jersey.examples:clipboard:2.32'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/clipboard/
implementation ("org.glassfish.jersey.examples:clipboard:2.32")
'org.glassfish.jersey.examples:clipboard:jar:2.32'
<dependency org="org.glassfish.jersey.examples" name="clipboard" rev="2.32">
<artifact name="clipboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='clipboard', version='2.32')
)
libraryDependencies += "org.glassfish.jersey.examples" % "clipboard" % "2.32"
[org.glassfish.jersey.examples/clipboard "2.32"]