| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.karaf.scr |
| ArtifactId | ArtifactIdscr |
| Version | Version4.3.5 |
| Type | Typepom |
| Description |
DescriptionApache Karaf :: Declarative Services (DS)
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 |
|---|---|
| scr-4.3.5.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.karaf.scr/scr/ -->
<dependency>
<groupId>org.apache.karaf.scr</groupId>
<artifactId>scr</artifactId>
<version>4.3.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.karaf.scr/scr/
implementation 'org.apache.karaf.scr:scr:4.3.5'
// https://jarcasting.com/artifacts/org.apache.karaf.scr/scr/
implementation ("org.apache.karaf.scr:scr:4.3.5")
'org.apache.karaf.scr:scr:pom:4.3.5'
<dependency org="org.apache.karaf.scr" name="scr" rev="4.3.5">
<artifact name="scr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.karaf.scr', module='scr', version='4.3.5')
)
libraryDependencies += "org.apache.karaf.scr" % "scr" % "4.3.5"
[org.apache.karaf.scr/scr "4.3.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.easymock : easymock | jar | 4.3 |