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