is not current version
Last Version 1.0.32

org.noear:solonclient 1.0.2.2

Java project for solon

Categories

Categories

CLI User Interface
GroupId

GroupId

org.noear
ArtifactId

ArtifactId

solonclient
Version

Version

1.0.2.2
Type

Type

jar

Download solonclient 1.0.2.2


<!-- https://jarcasting.com/artifacts/org.noear/solonclient/ -->
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solonclient</artifactId>
    <version>1.0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/solonclient/
implementation 'org.noear:solonclient:1.0.2.2'
// https://jarcasting.com/artifacts/org.noear/solonclient/
implementation ("org.noear:solonclient:1.0.2.2")
'org.noear:solonclient:jar:1.0.2.2'
<dependency org="org.noear" name="solonclient" rev="1.0.2.2">
  <artifact name="solonclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='solonclient', version='1.0.2.2')
)
libraryDependencies += "org.noear" % "solonclient" % "1.0.2.2"
[org.noear/solonclient "1.0.2.2"]