| License |
License |
|---|---|
| GroupId | GroupIdcom.github.waleed-anjum |
| ArtifactId | ArtifactIdmysampleproduct |
| Last Version | Last Version1.2.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionmaven publishing understanding
understanding publishing maven
|
| Filename | Size |
|---|---|
| mysampleproduct-1.2.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/ -->
<dependency>
<groupId>com.github.waleed-anjum</groupId>
<artifactId>mysampleproduct</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/
implementation 'com.github.waleed-anjum:mysampleproduct:1.2.4'
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mysampleproduct/
implementation ("com.github.waleed-anjum:mysampleproduct:1.2.4")
'com.github.waleed-anjum:mysampleproduct:pom:1.2.4'
<dependency org="com.github.waleed-anjum" name="mysampleproduct" rev="1.2.4">
<artifact name="mysampleproduct" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.waleed-anjum', module='mysampleproduct', version='1.2.4')
)
libraryDependencies += "com.github.waleed-anjum" % "mysampleproduct" % "1.2.4"
[com.github.waleed-anjum/mysampleproduct "1.2.4"]