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