Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.lamtong |
ArtifactId | ArtifactIdeasylock-client |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
easylock-client-1.3.0.pom | |
easylock-client-1.3.0.jar | 24 KB |
easylock-client-1.3.0-sources.jar | 24 KB |
easylock-client-1.3.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lamtong/easylock-client/ -->
<dependency>
<groupId>io.github.lamtong</groupId>
<artifactId>easylock-client</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lamtong/easylock-client/
implementation 'io.github.lamtong:easylock-client:1.3.0'
// https://jarcasting.com/artifacts/io.github.lamtong/easylock-client/
implementation ("io.github.lamtong:easylock-client:1.3.0")
'io.github.lamtong:easylock-client:jar:1.3.0'
<dependency org="io.github.lamtong" name="easylock-client" rev="1.3.0">
<artifact name="easylock-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lamtong', module='easylock-client', version='1.3.0')
)
libraryDependencies += "io.github.lamtong" % "easylock-client" % "1.3.0"
[io.github.lamtong/easylock-client "1.3.0"]