Last Version

maven publishing understanding 1.2.4

understanding publishing maven

License

License

GroupId

GroupId

com.github.waleed-anjum
ArtifactId

ArtifactId

mysampleproduct
Version

Version

1.2.4
Type

Type

pom
Description

Description

maven publishing understanding
understanding publishing maven

Download mysampleproduct 1.2.4


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../mycommon
  • ../usage