Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdse.kth.infosys.ug |
ArtifactId | ArtifactIdstandalone-ugclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
standalone-ugclient-1.0.0.pom | |
standalone-ugclient-1.0.0.jar | 114 KB |
standalone-ugclient-1.0.0-sources.jar | 91 KB |
standalone-ugclient-1.0.0-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.kth.infosys.ug/standalone-ugclient/ -->
<dependency>
<groupId>se.kth.infosys.ug</groupId>
<artifactId>standalone-ugclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.kth.infosys.ug/standalone-ugclient/
implementation 'se.kth.infosys.ug:standalone-ugclient:1.0.0'
// https://jarcasting.com/artifacts/se.kth.infosys.ug/standalone-ugclient/
implementation ("se.kth.infosys.ug:standalone-ugclient:1.0.0")
'se.kth.infosys.ug:standalone-ugclient:jar:1.0.0'
<dependency org="se.kth.infosys.ug" name="standalone-ugclient" rev="1.0.0">
<artifact name="standalone-ugclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.kth.infosys.ug', module='standalone-ugclient', version='1.0.0')
)
libraryDependencies += "se.kth.infosys.ug" % "standalone-ugclient" % "1.0.0"
[se.kth.infosys.ug/standalone-ugclient "1.0.0"]