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