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