Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.stitelnet |
ArtifactId | ArtifactIdchatguard |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
chatguard-1.0.2.pom | |
chatguard-1.0.2-sources.jar | 12 KB |
chatguard-1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stitelnet/chatguard/ -->
<dependency>
<groupId>io.github.stitelnet</groupId>
<artifactId>chatguard</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stitelnet/chatguard/
implementation 'io.github.stitelnet:chatguard:1.0.2'
// https://jarcasting.com/artifacts/io.github.stitelnet/chatguard/
implementation ("io.github.stitelnet:chatguard:1.0.2")
'io.github.stitelnet:chatguard:aar:1.0.2'
<dependency org="io.github.stitelnet" name="chatguard" rev="1.0.2">
<artifact name="chatguard" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stitelnet', module='chatguard', version='1.0.2')
)
libraryDependencies += "io.github.stitelnet" % "chatguard" % "1.0.2"
[io.github.stitelnet/chatguard "1.0.2"]