karaf-python
The extension for Karaf allows running cpython scripts and application like native java service inside Karaf.
License |
License |
---|---|
Categories |
CategoriesPython Languages |
GroupId | GroupIdcom.github.jmicrostack |
ArtifactId | ArtifactIdkaraf-python |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKaraf :: Python :: Parent
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
karaf-python-2.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jmicrostack/karaf-python/ -->
<dependency>
<groupId>com.github.jmicrostack</groupId>
<artifactId>karaf-python</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmicrostack/karaf-python/
implementation 'com.github.jmicrostack:karaf-python:2.0.1'
// https://jarcasting.com/artifacts/com.github.jmicrostack/karaf-python/
implementation ("com.github.jmicrostack:karaf-python:2.0.1")
'com.github.jmicrostack:karaf-python:pom:2.0.1'
<dependency org="com.github.jmicrostack" name="karaf-python" rev="2.0.1">
<artifact name="karaf-python" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jmicrostack', module='karaf-python', version='2.0.1')
)
libraryDependencies += "com.github.jmicrostack" % "karaf-python" % "2.0.1"
[com.github.jmicrostack/karaf-python "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 4.0.2 |
The extension for Karaf allows running cpython scripts and application like native java service inside Karaf.