License |
License |
---|---|
GroupId | GroupIdorg.apache.vysper |
ArtifactId | ArtifactIdspec-compliance |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Vysper Spec compliance
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spec-compliance-0.7.pom | |
spec-compliance-0.7.jar | 14 KB |
spec-compliance-0.7-sources.jar | 10 KB |
spec-compliance-0.7-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.vysper/spec-compliance/ -->
<dependency>
<groupId>org.apache.vysper</groupId>
<artifactId>spec-compliance</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.vysper/spec-compliance/
implementation 'org.apache.vysper:spec-compliance:0.7'
// https://jarcasting.com/artifacts/org.apache.vysper/spec-compliance/
implementation ("org.apache.vysper:spec-compliance:0.7")
'org.apache.vysper:spec-compliance:jar:0.7'
<dependency org="org.apache.vysper" name="spec-compliance" rev="0.7">
<artifact name="spec-compliance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.vysper', module='spec-compliance', version='0.7')
)
libraryDependencies += "org.apache.vysper" % "spec-compliance" % "0.7"
[org.apache.vysper/spec-compliance "0.7"]