GroupId | GroupIdcom.laimiux.lce |
---|---|
ArtifactId | ArtifactIdlce |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
lce-0.1.1.pom | |
lce-0.1.1.jar | 47 KB |
lce-0.1.1-sources.jar | 8 KB |
lce-0.1.1-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.laimiux.lce/lce/ -->
<dependency>
<groupId>com.laimiux.lce</groupId>
<artifactId>lce</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.laimiux.lce/lce/
implementation 'com.laimiux.lce:lce:0.1.1'
// https://jarcasting.com/artifacts/com.laimiux.lce/lce/
implementation ("com.laimiux.lce:lce:0.1.1")
'com.laimiux.lce:lce:jar:0.1.1'
<dependency org="com.laimiux.lce" name="lce" rev="0.1.1">
<artifact name="lce" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.laimiux.lce', module='lce', version='0.1.1')
)
libraryDependencies += "com.laimiux.lce" % "lce" % "0.1.1"
[com.laimiux.lce/lce "0.1.1"]