Last Version

com.fastchar:fastchar 1.6.2

FastChar is Web+ORM Framework in Java.

GroupId

GroupId

com.fastchar
ArtifactId

ArtifactId

fastchar
Version

Version

1.6.2
Type

Type

jar

Download fastchar 1.6.2


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