GroupId | GroupIdcom.github.mhshams |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
core-0.3.0.pom | |
core-0.3.0.jar | 171 KB |
core-0.3.0-sources.jar | 25 KB |
core-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhshams/core/
implementation 'com.github.mhshams:core:0.3.0'
// https://jarcasting.com/artifacts/com.github.mhshams/core/
implementation ("com.github.mhshams:core:0.3.0")
'com.github.mhshams:core:jar:0.3.0'
<dependency org="com.github.mhshams" name="core" rev="0.3.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhshams', module='core', version='0.3.0')
)
libraryDependencies += "com.github.mhshams" % "core" % "0.3.0"
[com.github.mhshams/core "0.3.0"]