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