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