License |
License |
---|---|
GroupId | GroupIdde.intarsys.opensource |
ArtifactId | ArtifactIdisfreetype |
Version | Version5.5 |
Type | Typejar |
Description |
Descriptionisfreetype
This library wraps the well known FreeType font management library to be used from within Java. The FreeType binaries for the windows platform are included as a self extracting component. On the other platforms we currently assume that there's already a working installation of FreeType available.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
isfreetype-5.5.pom | |
isfreetype-5.5.jar | 1 MB |
isfreetype-5.5-sources.jar | 56 KB |
isfreetype-5.5-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/ -->
<dependency>
<groupId>de.intarsys.opensource</groupId>
<artifactId>isfreetype</artifactId>
<version>5.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/
implementation 'de.intarsys.opensource:isfreetype:5.5'
// https://jarcasting.com/artifacts/de.intarsys.opensource/isfreetype/
implementation ("de.intarsys.opensource:isfreetype:5.5")
'de.intarsys.opensource:isfreetype:jar:5.5'
<dependency org="de.intarsys.opensource" name="isfreetype" rev="5.5">
<artifact name="isfreetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.intarsys.opensource', module='isfreetype', version='5.5')
)
libraryDependencies += "de.intarsys.opensource" % "isfreetype" % "5.5"
[de.intarsys.opensource/isfreetype "5.5"]
Group / Artifact | Type | Version |
---|---|---|
de.intarsys.opensource : isnativec | jar | 5.5 |