GroupId | GroupIdcom.mobgen.halo.android |
---|---|
ArtifactId | ArtifactIdhalo-content-annotations |
Version | Version2.5.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-content-annotations/ -->
<dependency>
<groupId>com.mobgen.halo.android</groupId>
<artifactId>halo-content-annotations</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-content-annotations/
implementation 'com.mobgen.halo.android:halo-content-annotations:2.5.4'
// https://jarcasting.com/artifacts/com.mobgen.halo.android/halo-content-annotations/
implementation ("com.mobgen.halo.android:halo-content-annotations:2.5.4")
'com.mobgen.halo.android:halo-content-annotations:jar:2.5.4'
<dependency org="com.mobgen.halo.android" name="halo-content-annotations" rev="2.5.4">
<artifact name="halo-content-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mobgen.halo.android', module='halo-content-annotations', version='2.5.4')
)
libraryDependencies += "com.mobgen.halo.android" % "halo-content-annotations" % "2.5.4"
[com.mobgen.halo.android/halo-content-annotations "2.5.4"]