License |
License |
---|---|
Categories |
CategoriesPython Languages CLI User Interface Distribution Build Tools |
GroupId | GroupIdorg.apache.stratos |
ArtifactId | ArtifactIdpython-cli-distribution |
Last Version | Last Version4.1.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache Stratos - Python CLI
Apache Stratos Python CLI Distribution
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
python-cli-distribution-4.1.6.pom | |
python-cli-distribution-4.1.6.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/python-cli-distribution/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>python-cli-distribution</artifactId>
<version>4.1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/python-cli-distribution/
implementation 'org.apache.stratos:python-cli-distribution:4.1.6'
// https://jarcasting.com/artifacts/org.apache.stratos/python-cli-distribution/
implementation ("org.apache.stratos:python-cli-distribution:4.1.6")
'org.apache.stratos:python-cli-distribution:pom:4.1.6'
<dependency org="org.apache.stratos" name="python-cli-distribution" rev="4.1.6">
<artifact name="python-cli-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='python-cli-distribution', version='4.1.6')
)
libraryDependencies += "org.apache.stratos" % "python-cli-distribution" % "4.1.6"
[org.apache.stratos/python-cli-distribution "4.1.6"]