| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.karaf.instance | 
| ArtifactId | ArtifactIdinstance | 
| Last Version | Last Version3.0.10 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionApache Karaf :: Instance 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 | 
|---|---|
| instance-3.0.10.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.karaf.instance/instance/ -->
<dependency>
    <groupId>org.apache.karaf.instance</groupId>
    <artifactId>instance</artifactId>
    <version>3.0.10</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.karaf.instance/instance/
implementation 'org.apache.karaf.instance:instance:3.0.10'// https://jarcasting.com/artifacts/org.apache.karaf.instance/instance/
implementation ("org.apache.karaf.instance:instance:3.0.10")'org.apache.karaf.instance:instance:pom:3.0.10'<dependency org="org.apache.karaf.instance" name="instance" rev="3.0.10">
  <artifact name="instance" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.karaf.instance', module='instance', version='3.0.10')
)libraryDependencies += "org.apache.karaf.instance" % "instance" % "3.0.10"[org.apache.karaf.instance/instance "3.0.10"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.easymock : easymock | jar | 3.3.1 |