p

pacman-test-maven

Sample to test integration with sonatype nexus. If we keep the character of the description large as well, it should not be a problem, as description can be 500 characters, Putting this info here so I could reach more than 200 characters here and see if this breaks the code or not. I think I have reached 200 charaters now.
http://maven.apache.org
The MIT License (MIT)
Microsoft
Files download
File Operation
pacman-test-maven-0.0.64.jar download
pacman-test-maven-0.0.64.pom download
pacman-test-maven-0.0.64-sources.jar download
Apache Maven
<dependency>
  <groupId>com.azure</groupId>
  <artifactId>pacman-test-maven</artifactId>
  <version>0.0.64</version>
</dependency>
Gradle Groovy
implementation 'com.azure:pacman-test-maven:0.0.64'
Gradle Kotlin
implementation("com.azure:pacman-test-maven:0.0.64")
Scala SBT
libraryDependencies += "com.azure" % "pacman-test-maven" % "0.0.64"
Groovy Grape
@Grapes(
  @Grab(group='com.azure', module='pacman-test-maven', version='0.0.64')
)
Apache Ivy
<dependency org="com.azure" name="pacman-test-maven" rev="0.0.64" />
Leiningen
[com.azure/pacman-test-maven "0.0.64"]
Apache Buildr
'com.azure:pacman-test-maven:jar:0.0.64'