| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdnet.leanix.poms |
| ArtifactId | ArtifactIdleanix-apiclient |
| Last Version | Last Version0.9.14 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGeneral leanIX parent pom to define the versions of used
libraries and plugins. All common settings are defined here.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| leanix-apiclient-0.9.14.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.leanix.poms/leanix-apiclient/ -->
<dependency>
<groupId>net.leanix.poms</groupId>
<artifactId>leanix-apiclient</artifactId>
<version>0.9.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.leanix.poms/leanix-apiclient/
implementation 'net.leanix.poms:leanix-apiclient:0.9.14'
// https://jarcasting.com/artifacts/net.leanix.poms/leanix-apiclient/
implementation ("net.leanix.poms:leanix-apiclient:0.9.14")
'net.leanix.poms:leanix-apiclient:pom:0.9.14'
<dependency org="net.leanix.poms" name="leanix-apiclient" rev="0.9.14">
<artifact name="leanix-apiclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.leanix.poms', module='leanix-apiclient', version='0.9.14')
)
libraryDependencies += "net.leanix.poms" % "leanix-apiclient" % "0.9.14"
[net.leanix.poms/leanix-apiclient "0.9.14"]