draw-library
a minimal interface definiton for drawing (any content, any graphics)
License |
License |
---|---|
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIddrawlib |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondrawlib
this project provides a draw library
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMartin Frank |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
drawlib-0.4.1.pom | |
drawlib-0.4.1.jar | 19 KB |
drawlib-0.4.1-sources.jar | 9 KB |
drawlib-0.4.1-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/drawlib/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>drawlib</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/drawlib/
implementation 'com.github.martinfrank:drawlib:0.4.1'
// https://jarcasting.com/artifacts/com.github.martinfrank/drawlib/
implementation ("com.github.martinfrank:drawlib:0.4.1")
'com.github.martinfrank:drawlib:jar:0.4.1'
<dependency org="com.github.martinfrank" name="drawlib" rev="0.4.1">
<artifact name="drawlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='drawlib', version='0.4.1')
)
libraryDependencies += "com.github.martinfrank" % "drawlib" % "0.4.1"
[com.github.martinfrank/drawlib "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
a minimal interface definiton for drawing (any content, any graphics)