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