Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.nventify.imagizerandroid |
ArtifactId | ArtifactIdImagizerAndroidClient |
Version | Version0.1.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.nventify.imagizerandroid/ImagizerAndroidClient/ -->
<dependency>
<groupId>com.nventify.imagizerandroid</groupId>
<artifactId>ImagizerAndroidClient</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nventify.imagizerandroid/ImagizerAndroidClient/
implementation 'com.nventify.imagizerandroid:ImagizerAndroidClient:0.1.0'
// https://jarcasting.com/artifacts/com.nventify.imagizerandroid/ImagizerAndroidClient/
implementation ("com.nventify.imagizerandroid:ImagizerAndroidClient:0.1.0")
'com.nventify.imagizerandroid:ImagizerAndroidClient:aar:0.1.0'
<dependency org="com.nventify.imagizerandroid" name="ImagizerAndroidClient" rev="0.1.0">
<artifact name="ImagizerAndroidClient" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nventify.imagizerandroid', module='ImagizerAndroidClient', version='0.1.0')
)
libraryDependencies += "com.nventify.imagizerandroid" % "ImagizerAndroidClient" % "0.1.0"
[com.nventify.imagizerandroid/ImagizerAndroidClient "0.1.0"]