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