License |
License |
---|---|
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-graphic-android |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft graphic Android delegators library.
This is delegators that implements graphic logic (read image from file...) with Android.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-graphic-android/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-graphic-android</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-graphic-android/
implementation 'org.beigesoft:beige-graphic-android:1.0.0'
// https://jarcasting.com/artifacts/org.beigesoft/beige-graphic-android/
implementation ("org.beigesoft:beige-graphic-android:1.0.0")
'org.beigesoft:beige-graphic-android:jar:1.0.0'
<dependency org="org.beigesoft" name="beige-graphic-android" rev="1.0.0">
<artifact name="beige-graphic-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-graphic-android', version='1.0.0')
)
libraryDependencies += "org.beigesoft" % "beige-graphic-android" % "1.0.0"
[org.beigesoft/beige-graphic-android "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.beigesoft : beige-docwriter | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |