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