p

project

Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.
https://projects.eclipse.org/projects/ee4j
Eclipse Public License v. 2.0 GNU General Public License, version 2 with the GNU Classpath Exception
Eclipse Foundation
Eclipse EE4J Developers
文件下载
文件名 操作
project-1.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.ee4j</groupId>
  <artifactId>project</artifactId>
  <version>1.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.ee4j:project:1.0.7'
Gradle Kotlin
implementation("org.eclipse.ee4j:project:1.0.7")
Scala SBT
libraryDependencies += "org.eclipse.ee4j" % "project" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.ee4j', module='project', version='1.0.7')
)
Apache Ivy
<dependency org="org.eclipse.ee4j" name="project" rev="1.0.7" />
Leiningen
[org.eclipse.ee4j/project "1.0.7"]
Apache Buildr
'org.eclipse.ee4j:project:jar:1.0.7'
本项目依赖
该项目无第三方依赖