Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdnl.vpro.shared |
ArtifactId | ArtifactIdvpro-shared-rs-client |
Version | Version2.13.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-rs-client/ -->
<dependency>
<groupId>nl.vpro.shared</groupId>
<artifactId>vpro-shared-rs-client</artifactId>
<version>2.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-rs-client/
implementation 'nl.vpro.shared:vpro-shared-rs-client:2.13.0'
// https://jarcasting.com/artifacts/nl.vpro.shared/vpro-shared-rs-client/
implementation ("nl.vpro.shared:vpro-shared-rs-client:2.13.0")
'nl.vpro.shared:vpro-shared-rs-client:jar:2.13.0'
<dependency org="nl.vpro.shared" name="vpro-shared-rs-client" rev="2.13.0">
<artifact name="vpro-shared-rs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.vpro.shared', module='vpro-shared-rs-client', version='2.13.0')
)
libraryDependencies += "nl.vpro.shared" % "vpro-shared-rs-client" % "2.13.0"
[nl.vpro.shared/vpro-shared-rs-client "2.13.0"]