License |
License |
---|---|
GroupId | GroupIdorg.apache.jackrabbit |
ArtifactId | ArtifactIdoak-it |
Version | Version1.42.0 |
Type | Typejar |
Description |
DescriptionOak Integration Tests
The goal of the Oak effort within the Apache Jackrabbit project is
to implement a scalable and performant hierarchical content repository
for use as the foundation of modern world-class web sites and other
demanding content applications.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oak-it-1.42.0.pom | |
oak-it-1.42.0.jar | 165 KB |
oak-it-1.42.0-tests.jar | 183 KB |
oak-it-1.42.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-it/ -->
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-it</artifactId>
<version>1.42.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-it/
implementation 'org.apache.jackrabbit:oak-it:1.42.0'
// https://jarcasting.com/artifacts/org.apache.jackrabbit/oak-it/
implementation ("org.apache.jackrabbit:oak-it:1.42.0")
'org.apache.jackrabbit:oak-it:jar:1.42.0'
<dependency org="org.apache.jackrabbit" name="oak-it" rev="1.42.0">
<artifact name="oak-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jackrabbit', module='oak-it', version='1.42.0')
)
libraryDependencies += "org.apache.jackrabbit" % "oak-it" % "1.42.0"
[org.apache.jackrabbit/oak-it "1.42.0"]