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