GroupId | GroupIdcom.fastchar |
---|---|
ArtifactId | ArtifactIdfastchar-oss |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
fastchar-oss-1.0.3.pom | |
fastchar-oss-1.0.3.jar | 11 KB |
fastchar-oss-1.0.3-sources.jar | 5 KB |
fastchar-oss-1.0.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastchar/fastchar-oss/ -->
<dependency>
<groupId>com.fastchar</groupId>
<artifactId>fastchar-oss</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastchar/fastchar-oss/
implementation 'com.fastchar:fastchar-oss:1.0.3'
// https://jarcasting.com/artifacts/com.fastchar/fastchar-oss/
implementation ("com.fastchar:fastchar-oss:1.0.3")
'com.fastchar:fastchar-oss:jar:1.0.3'
<dependency org="com.fastchar" name="fastchar-oss" rev="1.0.3">
<artifact name="fastchar-oss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastchar', module='fastchar-oss', version='1.0.3')
)
libraryDependencies += "com.fastchar" % "fastchar-oss" % "1.0.3"
[com.fastchar/fastchar-oss "1.0.3"]