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