Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.frekele.fraud.protection |
ArtifactId | ArtifactIdclearsale-api-client |
Version | Version1.0.0-alpha-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.frekele.fraud.protection/clearsale-api-client/ -->
<dependency>
<groupId>org.frekele.fraud.protection</groupId>
<artifactId>clearsale-api-client</artifactId>
<version>1.0.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.frekele.fraud.protection/clearsale-api-client/
implementation 'org.frekele.fraud.protection:clearsale-api-client:1.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.frekele.fraud.protection/clearsale-api-client/
implementation ("org.frekele.fraud.protection:clearsale-api-client:1.0.0-alpha-2")
'org.frekele.fraud.protection:clearsale-api-client:jar:1.0.0-alpha-2'
<dependency org="org.frekele.fraud.protection" name="clearsale-api-client" rev="1.0.0-alpha-2">
<artifact name="clearsale-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.frekele.fraud.protection', module='clearsale-api-client', version='1.0.0-alpha-2')
)
libraryDependencies += "org.frekele.fraud.protection" % "clearsale-api-client" % "1.0.0-alpha-2"
[org.frekele.fraud.protection/clearsale-api-client "1.0.0-alpha-2"]