License |
License |
---|---|
GroupId | GroupIdjavax.ccpp |
ArtifactId | ArtifactIdccpp |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCC/PP API
To enable interoperability between web servers and access mechanisms,
and to facilitate development of device independent web applications,
this specification will define a set of APIs for processing CC/PP information.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ccpp-1.0.pom | |
ccpp-1.0.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/javax.ccpp/ccpp/ -->
<dependency>
<groupId>javax.ccpp</groupId>
<artifactId>ccpp</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.ccpp/ccpp/
implementation 'javax.ccpp:ccpp:1.0'
// https://jarcasting.com/artifacts/javax.ccpp/ccpp/
implementation ("javax.ccpp:ccpp:1.0")
'javax.ccpp:ccpp:jar:1.0'
<dependency org="javax.ccpp" name="ccpp" rev="1.0">
<artifact name="ccpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.ccpp', module='ccpp', version='1.0')
)
libraryDependencies += "javax.ccpp" % "ccpp" % "1.0"
[javax.ccpp/ccpp "1.0"]