p

project

中科西北星内部创建Maven项目的快速依赖模板
https://github.com/xbstar/project
The Apache License, Version 2.0
ChenGuang
Files download
File Operation
project-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.xbstar</groupId>
  <artifactId>project</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.xbstar:project:1.1.1'
Gradle Kotlin
implementation("io.github.xbstar:project:1.1.1")
Scala SBT
libraryDependencies += "io.github.xbstar" % "project" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xbstar', module='project', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.xbstar" name="project" rev="1.1.1" />
Leiningen
[io.github.xbstar/project "1.1.1"]
Apache Buildr
'io.github.xbstar:project:jar:1.1.1'