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