License |
License |
---|---|
GroupId | GroupIdorg.sourceforge.jlibeps |
ArtifactId | ArtifactIdjlibeps |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaLib for EPS Images
Java library to create EPS images
|
Project URL |
Project URL |
Filename | Size |
---|---|
jlibeps-0.1.pom | |
jlibeps-0.1.jar | 17 KB |
jlibeps-0.1-sources.jar | 531 bytes |
jlibeps-0.1-javadoc.jar | 531 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sourceforge.jlibeps/jlibeps/ -->
<dependency>
<groupId>org.sourceforge.jlibeps</groupId>
<artifactId>jlibeps</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sourceforge.jlibeps/jlibeps/
implementation 'org.sourceforge.jlibeps:jlibeps:0.1'
// https://jarcasting.com/artifacts/org.sourceforge.jlibeps/jlibeps/
implementation ("org.sourceforge.jlibeps:jlibeps:0.1")
'org.sourceforge.jlibeps:jlibeps:jar:0.1'
<dependency org="org.sourceforge.jlibeps" name="jlibeps" rev="0.1">
<artifact name="jlibeps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sourceforge.jlibeps', module='jlibeps', version='0.1')
)
libraryDependencies += "org.sourceforge.jlibeps" % "jlibeps" % "0.1"
[org.sourceforge.jlibeps/jlibeps "0.1"]