| GroupId | GroupIdcom.abdulradi |
|---|---|
| ArtifactId | ArtifactIdhappypath-core_3 |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| happypath-core_3-0.2.0.pom | |
| happypath-core_3-0.2.0.jar | 12 KB |
| happypath-core_3-0.2.0-sources.jar | 3 KB |
| happypath-core_3-0.2.0-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.abdulradi/happypath-core_3/ -->
<dependency>
<groupId>com.abdulradi</groupId>
<artifactId>happypath-core_3</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.abdulradi/happypath-core_3/
implementation 'com.abdulradi:happypath-core_3:0.2.0'
// https://jarcasting.com/artifacts/com.abdulradi/happypath-core_3/
implementation ("com.abdulradi:happypath-core_3:0.2.0")
'com.abdulradi:happypath-core_3:jar:0.2.0'
<dependency org="com.abdulradi" name="happypath-core_3" rev="0.2.0">
<artifact name="happypath-core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.abdulradi', module='happypath-core_3', version='0.2.0')
)
libraryDependencies += "com.abdulradi" % "happypath-core_3" % "0.2.0"
[com.abdulradi/happypath-core_3 "0.2.0"]