License |
License |
---|---|
GroupId | GroupIdorg.apache.vysper.examples |
ArtifactId | ArtifactIdvysper-examples |
Version | Version0.7 |
Type | Typepom |
Description |
DescriptionApache Vysper Server
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 |
---|---|
vysper-examples-0.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.vysper.examples/vysper-examples/ -->
<dependency>
<groupId>org.apache.vysper.examples</groupId>
<artifactId>vysper-examples</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.vysper.examples/vysper-examples/
implementation 'org.apache.vysper.examples:vysper-examples:0.7'
// https://jarcasting.com/artifacts/org.apache.vysper.examples/vysper-examples/
implementation ("org.apache.vysper.examples:vysper-examples:0.7")
'org.apache.vysper.examples:vysper-examples:pom:0.7'
<dependency org="org.apache.vysper.examples" name="vysper-examples" rev="0.7">
<artifact name="vysper-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.vysper.examples', module='vysper-examples', version='0.7')
)
libraryDependencies += "org.apache.vysper.examples" % "vysper-examples" % "0.7"
[org.apache.vysper.examples/vysper-examples "0.7"]