Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdsparklines |
Version | Version2.26-b08 |
Type | Typejar |
Filename | Size |
---|---|
sparklines-2.26-b08.pom | |
sparklines-2.26-b08.jar | 14 KB |
sparklines-2.26-b08-sources.jar | 11 KB |
sparklines-2.26-b08-project-src.zip | 18 KB |
sparklines-2.26-b08-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/sparklines/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>sparklines</artifactId>
<version>2.26-b08</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/sparklines/
implementation 'org.glassfish.jersey.examples:sparklines:2.26-b08'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/sparklines/
implementation ("org.glassfish.jersey.examples:sparklines:2.26-b08")
'org.glassfish.jersey.examples:sparklines:jar:2.26-b08'
<dependency org="org.glassfish.jersey.examples" name="sparklines" rev="2.26-b08">
<artifact name="sparklines" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='sparklines', version='2.26-b08')
)
libraryDependencies += "org.glassfish.jersey.examples" % "sparklines" % "2.26-b08"
[org.glassfish.jersey.examples/sparklines "2.26-b08"]