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