| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdpl.ds.websight |
| ArtifactId | ArtifactIdwebsight-rest-atlaskit-client |
| Version | Version1.0.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.ds.websight/websight-rest-atlaskit-client/ -->
<dependency>
<groupId>pl.ds.websight</groupId>
<artifactId>websight-rest-atlaskit-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.ds.websight/websight-rest-atlaskit-client/
implementation 'pl.ds.websight:websight-rest-atlaskit-client:1.0.2'
// https://jarcasting.com/artifacts/pl.ds.websight/websight-rest-atlaskit-client/
implementation ("pl.ds.websight:websight-rest-atlaskit-client:1.0.2")
'pl.ds.websight:websight-rest-atlaskit-client:jar:1.0.2'
<dependency org="pl.ds.websight" name="websight-rest-atlaskit-client" rev="1.0.2">
<artifact name="websight-rest-atlaskit-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.ds.websight', module='websight-rest-atlaskit-client', version='1.0.2')
)
libraryDependencies += "pl.ds.websight" % "websight-rest-atlaskit-client" % "1.0.2"
[pl.ds.websight/websight-rest-atlaskit-client "1.0.2"]