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