| License |
License |
|---|---|
| GroupId | GroupIdcom.github.waleed-anjum |
| ArtifactId | ArtifactIdmycommon |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionunderstanding publishing maven
|
| Filename | Size |
|---|---|
| mycommon-1.2.4.pom | |
| mycommon-1.2.4.jar | 2 KB |
| mycommon-1.2.4-sources.jar | 739 bytes |
| mycommon-1.2.4-javadoc.jar | 361 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/ -->
<dependency>
<groupId>com.github.waleed-anjum</groupId>
<artifactId>mycommon</artifactId>
<version>1.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/
implementation 'com.github.waleed-anjum:mycommon:1.2.4'
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/
implementation ("com.github.waleed-anjum:mycommon:1.2.4")
'com.github.waleed-anjum:mycommon:jar:1.2.4'
<dependency org="com.github.waleed-anjum" name="mycommon" rev="1.2.4">
<artifact name="mycommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waleed-anjum', module='mycommon', version='1.2.4')
)
libraryDependencies += "com.github.waleed-anjum" % "mycommon" % "1.2.4"
[com.github.waleed-anjum/mycommon "1.2.4"]