Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdeu.unicore |
ArtifactId | ArtifactIdunicore-client-wrapper |
Version | Version1.6.0-p4_1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.unicore/unicore-client-wrapper/ -->
<dependency>
<groupId>eu.unicore</groupId>
<artifactId>unicore-client-wrapper</artifactId>
<version>1.6.0-p4_1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.unicore/unicore-client-wrapper/
implementation 'eu.unicore:unicore-client-wrapper:1.6.0-p4_1'
// https://jarcasting.com/artifacts/eu.unicore/unicore-client-wrapper/
implementation ("eu.unicore:unicore-client-wrapper:1.6.0-p4_1")
'eu.unicore:unicore-client-wrapper:jar:1.6.0-p4_1'
<dependency org="eu.unicore" name="unicore-client-wrapper" rev="1.6.0-p4_1">
<artifact name="unicore-client-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.unicore', module='unicore-client-wrapper', version='1.6.0-p4_1')
)
libraryDependencies += "eu.unicore" % "unicore-client-wrapper" % "1.6.0-p4_1"
[eu.unicore/unicore-client-wrapper "1.6.0-p4_1"]