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.69.jar download
pacman-test-maven-0.0.69.pom download
pacman-test-maven-0.0.69-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.testing.prss</groupId>
  <artifactId>pacman-test-maven</artifactId>
  <version>0.0.69</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.testing.prss:pacman-test-maven:0.0.69'
Gradle Kotlin
implementation("com.microsoft.testing.prss:pacman-test-maven:0.0.69")
Scala SBT
libraryDependencies += "com.microsoft.testing.prss" % "pacman-test-maven" % "0.0.69"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.testing.prss', module='pacman-test-maven', version='0.0.69')
)
Apache Ivy
<dependency org="com.microsoft.testing.prss" name="pacman-test-maven" rev="0.0.69" />
Leiningen
[com.microsoft.testing.prss/pacman-test-maven "0.0.69"]
Apache Buildr
'com.microsoft.testing.prss:pacman-test-maven:jar:0.0.69'