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
Files download
File Operation
project-1.0.7.pom download
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'
Dependencies
The project has no third-party dependencies