GroupId | GroupIdcom.ealva |
---|---|
ArtifactId | ArtifactIdwelite-core |
Version | Version0.0.1-0 |
Type | Typeaar |
Filename | Size |
---|---|
welite-core-0.0.1-0.pom | |
welite-core-0.0.1-0-sources.jar | 101 KB |
welite-core-0.0.1-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.0.1-0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ealva/welite-core/
implementation 'com.ealva:welite-core:0.0.1-0'
// https://jarcasting.com/artifacts/com.ealva/welite-core/
implementation ("com.ealva:welite-core:0.0.1-0")
'com.ealva:welite-core:aar:0.0.1-0'
<dependency org="com.ealva" name="welite-core" rev="0.0.1-0">
<artifact name="welite-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ealva', module='welite-core', version='0.0.1-0')
)
libraryDependencies += "com.ealva" % "welite-core" % "0.0.1-0"
[com.ealva/welite-core "0.0.1-0"]