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