License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Vagrant Container Virtualization Tools |
GroupId | GroupIdorg.apache.rya |
ArtifactId | ArtifactIdrya.vagrant.example |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Rya Vagrant VM
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 |
---|---|
rya.vagrant.example-4.0.1.pom | |
rya.vagrant.example-4.0.1.jar | 9 KB |
rya.vagrant.example-4.0.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.rya/rya.vagrant.example/ -->
<dependency>
<groupId>org.apache.rya</groupId>
<artifactId>rya.vagrant.example</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.rya/rya.vagrant.example/
implementation 'org.apache.rya:rya.vagrant.example:4.0.1'
// https://jarcasting.com/artifacts/org.apache.rya/rya.vagrant.example/
implementation ("org.apache.rya:rya.vagrant.example:4.0.1")
'org.apache.rya:rya.vagrant.example:jar:4.0.1'
<dependency org="org.apache.rya" name="rya.vagrant.example" rev="4.0.1">
<artifact name="rya.vagrant.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.rya', module='rya.vagrant.example', version='4.0.1')
)
libraryDependencies += "org.apache.rya" % "rya.vagrant.example" % "4.0.1"
[org.apache.rya/rya.vagrant.example "4.0.1"]