| GroupId | GroupIdcom.github.mhshams |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-0.4.0.pom | |
| core-0.4.0.jar | 165 KB |
| core-0.4.0-sources.jar | 25 KB |
| core-0.4.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhshams/core/ -->
<dependency>
<groupId>com.github.mhshams</groupId>
<artifactId>core</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhshams/core/
implementation 'com.github.mhshams:core:0.4.0'
// https://jarcasting.com/artifacts/com.github.mhshams/core/
implementation ("com.github.mhshams:core:0.4.0")
'com.github.mhshams:core:jar:0.4.0'
<dependency org="com.github.mhshams" name="core" rev="0.4.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhshams', module='core', version='0.4.0')
)
libraryDependencies += "com.github.mhshams" % "core" % "0.4.0"
[com.github.mhshams/core "0.4.0"]