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