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