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