Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdnl.vpro.poms.api-clients |
ArtifactId | ArtifactIdapi-client-parent |
Version | Version5.14.0 |
Type | Typepom |
Filename | Size |
---|---|
api-client-parent-5.14.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/api-client-parent/ -->
<dependency>
<groupId>nl.vpro.poms.api-clients</groupId>
<artifactId>api-client-parent</artifactId>
<version>5.14.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/api-client-parent/
implementation 'nl.vpro.poms.api-clients:api-client-parent:5.14.0'
// https://jarcasting.com/artifacts/nl.vpro.poms.api-clients/api-client-parent/
implementation ("nl.vpro.poms.api-clients:api-client-parent:5.14.0")
'nl.vpro.poms.api-clients:api-client-parent:pom:5.14.0'
<dependency org="nl.vpro.poms.api-clients" name="api-client-parent" rev="5.14.0">
<artifact name="api-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.poms.api-clients', module='api-client-parent', version='5.14.0')
)
libraryDependencies += "nl.vpro.poms.api-clients" % "api-client-parent" % "5.14.0"
[nl.vpro.poms.api-clients/api-client-parent "5.14.0"]