is not current version
Last Version 1.6.2

com.fastchar:fastchar 1.0.7

FastChar is Web+ORM Framework in Java.

GroupId

GroupId

com.fastchar
ArtifactId

ArtifactId

fastchar
Version

Version

1.0.7
Type

Type

jar

Download fastchar 1.0.7


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