e

easyj-build

为了方便其他Java项目的搭建,提供了该build,作为其他项目的父级`pom.xml`。
https://easyj.icu
Apache License, Version 2.0
EasyJ开源社区
王良
Files download
File Operation
easyj-build-1.1.6.pom download
Apache Maven
<dependency>
  <groupId>icu.easyj</groupId>
  <artifactId>easyj-build</artifactId>
  <version>1.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'icu.easyj:easyj-build:1.1.6'
Gradle Kotlin
implementation("icu.easyj:easyj-build:1.1.6")
Scala SBT
libraryDependencies += "icu.easyj" % "easyj-build" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='icu.easyj', module='easyj-build', version='1.1.6')
)
Apache Ivy
<dependency org="icu.easyj" name="easyj-build" rev="1.1.6" />
Leiningen
[icu.easyj/easyj-build "1.1.6"]
Apache Buildr
'icu.easyj:easyj-build:jar:1.1.6'
Dependencies
The project has no third-party dependencies