Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.convious |
ArtifactId | ArtifactIdpricing-api-client |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
pricing-api-client-1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.convious/pricing-api-client/ -->
<dependency>
<groupId>com.convious</groupId>
<artifactId>pricing-api-client</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.convious/pricing-api-client/
implementation 'com.convious:pricing-api-client:1.0'
// https://jarcasting.com/artifacts/com.convious/pricing-api-client/
implementation ("com.convious:pricing-api-client:1.0")
'com.convious:pricing-api-client:pom:1.0'
<dependency org="com.convious" name="pricing-api-client" rev="1.0">
<artifact name="pricing-api-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.convious', module='pricing-api-client', version='1.0')
)
libraryDependencies += "com.convious" % "pricing-api-client" % "1.0"
[com.convious/pricing-api-client "1.0"]