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