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