Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.easywalk |
ArtifactId | ArtifactIdsimply-clientable |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.easywalk/simply-clientable/ -->
<dependency>
<groupId>io.easywalk</groupId>
<artifactId>simply-clientable</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easywalk/simply-clientable/
implementation 'io.easywalk:simply-clientable:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.easywalk/simply-clientable/
implementation ("io.easywalk:simply-clientable:0.0.1.RELEASE")
'io.easywalk:simply-clientable:jar:0.0.1.RELEASE'
<dependency org="io.easywalk" name="simply-clientable" rev="0.0.1.RELEASE">
<artifact name="simply-clientable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easywalk', module='simply-clientable', version='0.0.1.RELEASE')
)
libraryDependencies += "io.easywalk" % "simply-clientable" % "0.0.1.RELEASE"
[io.easywalk/simply-clientable "0.0.1.RELEASE"]