License |
License |
---|---|
Categories |
CategoriesPython Languages CLI User Interface |
GroupId | GroupIdorg.apache.lens |
ArtifactId | ArtifactIdlens-python-client |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLens Python Client
Lens python clients jar
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lens-python-client-2.7.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lens/lens-python-client/ -->
<dependency>
<groupId>org.apache.lens</groupId>
<artifactId>lens-python-client</artifactId>
<version>2.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lens/lens-python-client/
implementation 'org.apache.lens:lens-python-client:2.7.1'
// https://jarcasting.com/artifacts/org.apache.lens/lens-python-client/
implementation ("org.apache.lens:lens-python-client:2.7.1")
'org.apache.lens:lens-python-client:pom:2.7.1'
<dependency org="org.apache.lens" name="lens-python-client" rev="2.7.1">
<artifact name="lens-python-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.lens', module='lens-python-client', version='2.7.1')
)
libraryDependencies += "org.apache.lens" % "lens-python-client" % "2.7.1"
[org.apache.lens/lens-python-client "2.7.1"]