is not current version
Last Version 1.0.1

com.jaredrummler:sfntly 1.0.0

A Library for Using, Editing, and Creating SFNT-based Fonts

GroupId

GroupId

com.jaredrummler
ArtifactId

ArtifactId

sfntly
Version

Version

1.0.0
Type

Type

jar

Download sfntly 1.0.0


<!-- https://jarcasting.com/artifacts/com.jaredrummler/sfntly/ -->
<dependency>
    <groupId>com.jaredrummler</groupId>
    <artifactId>sfntly</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jaredrummler/sfntly/
implementation 'com.jaredrummler:sfntly:1.0.0'
// https://jarcasting.com/artifacts/com.jaredrummler/sfntly/
implementation ("com.jaredrummler:sfntly:1.0.0")
'com.jaredrummler:sfntly:jar:1.0.0'
<dependency org="com.jaredrummler" name="sfntly" rev="1.0.0">
  <artifact name="sfntly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jaredrummler', module='sfntly', version='1.0.0')
)
libraryDependencies += "com.jaredrummler" % "sfntly" % "1.0.0"
[com.jaredrummler/sfntly "1.0.0"]