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