GroupId | GroupIdcom.github.hadii-tech |
---|---|
ArtifactId | ArtifactIdclarpse |
Version | Version5.0.4 |
Type | Typejar |
Filename | Size |
---|---|
clarpse-5.0.4.pom | |
clarpse-5.0.4.jar | 215 KB |
clarpse-5.0.4-sources.jar | 82 KB |
clarpse-5.0.4-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hadii-tech/clarpse/ -->
<dependency>
<groupId>com.github.hadii-tech</groupId>
<artifactId>clarpse</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hadii-tech/clarpse/
implementation 'com.github.hadii-tech:clarpse:5.0.4'
// https://jarcasting.com/artifacts/com.github.hadii-tech/clarpse/
implementation ("com.github.hadii-tech:clarpse:5.0.4")
'com.github.hadii-tech:clarpse:jar:5.0.4'
<dependency org="com.github.hadii-tech" name="clarpse" rev="5.0.4">
<artifact name="clarpse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hadii-tech', module='clarpse', version='5.0.4')
)
libraryDependencies += "com.github.hadii-tech" % "clarpse" % "5.0.4"
[com.github.hadii-tech/clarpse "5.0.4"]