is not current version
Last Version 1.6.2

com.fastchar:fastchar 1.2.3

FastChar is Web+ORM Framework in Java.

GroupId

GroupId

com.fastchar
ArtifactId

ArtifactId

fastchar
Version

Version

1.2.3
Type

Type

jar

Download fastchar 1.2.3


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