| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdnl.vpro.poms.api-clients |
| ArtifactId | ArtifactIdclient-extras |
| Version | Version5.17.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| client-extras-5.17.1.pom | |
| client-extras-5.17.1.jar | 5 MB |
| client-extras-5.17.1-sources.jar | 5 MB |
| client-extras-5.17.1-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/client-extras/ -->
<dependency>
<groupId>nl.vpro.poms.api-clients</groupId>
<artifactId>client-extras</artifactId>
<version>5.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/client-extras/
implementation 'nl.vpro.poms.api-clients:client-extras:5.17.1'
// https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/client-extras/
implementation ("nl.vpro.poms.api-clients:client-extras:5.17.1")
'nl.vpro.poms.api-clients:client-extras:jar:5.17.1'
<dependency org="nl.vpro.poms.api-clients" name="client-extras" rev="5.17.1">
<artifact name="client-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms.api-clients', module='client-extras', version='5.17.1')
)
libraryDependencies += "nl.vpro.poms.api-clients" % "client-extras" % "5.17.1"
[nl.vpro.poms.api-clients/client-extras "5.17.1"]