GroupId | GroupIdcom.github.xinput123 |
---|---|
ArtifactId | ArtifactIdbleach |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
bleach-0.0.9.pom | |
bleach-0.0.9.jar | 115 KB |
bleach-0.0.9-sources.jar | 73 KB |
bleach-0.0.9-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xinput123/bleach/ -->
<dependency>
<groupId>com.github.xinput123</groupId>
<artifactId>bleach</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xinput123/bleach/
implementation 'com.github.xinput123:bleach:0.0.9'
// https://jarcasting.com/artifacts/com.github.xinput123/bleach/
implementation ("com.github.xinput123:bleach:0.0.9")
'com.github.xinput123:bleach:jar:0.0.9'
<dependency org="com.github.xinput123" name="bleach" rev="0.0.9">
<artifact name="bleach" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xinput123', module='bleach', version='0.0.9')
)
libraryDependencies += "com.github.xinput123" % "bleach" % "0.0.9"
[com.github.xinput123/bleach "0.0.9"]