GroupId | GroupIdcom.fastchar |
---|---|
ArtifactId | ArtifactIdfastchar |
Last Version | Last Version1.6.2 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
fastchar-1.6.2.pom | |
fastchar-1.6.2.jar | 468 KB |
fastchar-1.6.2-sources.jar | 252 KB |
fastchar-1.6.2-javadoc.jar | 1 MB |
Browse |
<!-- 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"]