is not current version
Last Version 1.6.2

com.fastchar:fastchar 1.1.5

FastChar is Web+ORM Framework in Java.

GroupId

GroupId

com.fastchar
ArtifactId

ArtifactId

fastchar
Version

Version

1.1.5
Type

Type

jar

Download fastchar 1.1.5


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