Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.lindar |
ArtifactId | ArtifactIdwebpurify-java-client |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lindar/webpurify-java-client/ -->
<dependency>
<groupId>com.lindar</groupId>
<artifactId>webpurify-java-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lindar/webpurify-java-client/
implementation 'com.lindar:webpurify-java-client:1.0.0'
// https://jarcasting.com/artifacts/com.lindar/webpurify-java-client/
implementation ("com.lindar:webpurify-java-client:1.0.0")
'com.lindar:webpurify-java-client:jar:1.0.0'
<dependency org="com.lindar" name="webpurify-java-client" rev="1.0.0">
<artifact name="webpurify-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lindar', module='webpurify-java-client', version='1.0.0')
)
libraryDependencies += "com.lindar" % "webpurify-java-client" % "1.0.0"
[com.lindar/webpurify-java-client "1.0.0"]