GroupId | GroupIdcom.ealva |
---|---|
ArtifactId | ArtifactIdwelite-core |
Version | Version0.2.0-0 |
Type | Typeaar |
Filename | Size |
---|---|
welite-core-0.2.0-0.pom | |
welite-core-0.2.0-0-sources.jar | 120 KB |
welite-core-0.2.0-0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ealva/welite-core/ -->
<dependency>
<groupId>com.ealva</groupId>
<artifactId>welite-core</artifactId>
<version>0.2.0-0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ealva/welite-core/
implementation 'com.ealva:welite-core:0.2.0-0'
// https://jarcasting.com/artifacts/com.ealva/welite-core/
implementation ("com.ealva:welite-core:0.2.0-0")
'com.ealva:welite-core:aar:0.2.0-0'
<dependency org="com.ealva" name="welite-core" rev="0.2.0-0">
<artifact name="welite-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ealva', module='welite-core', version='0.2.0-0')
)
libraryDependencies += "com.ealva" % "welite-core" % "0.2.0-0"
[com.ealva/welite-core "0.2.0-0"]