| Group ID: |
org.codehaus.plexus |
| Artifact ID: |
plexus-interactivity-api |
| Last modified: |
31.12.2023 18:55 |
| Packaging: |
jar |
| Name: |
Plexus Default Interactivity Handler |
|
|
| Size: |
10.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.2/plexus-interactivity-api-1.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity</artifactId>
<version>1.2</version>
</parent>
<artifactId>plexus-interactivity-api</artifactId>
<name>Plexus Default Interactivity Handler</name>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<!-- JLine is optional -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.23.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>0.9.0.M2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>6.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle: |
org.codehaus.plexus:plexus-interactivity-api:1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
guice-6.0.0.jar
in com/google/inject/guice/6.0.0
-
JAR
javax.inject-1.jar
in javax/inject/javax.inject/1
-
[JAR]
jline-3.23.0.jar
in org/jline/jline/3.23.0
-
JAR
junit-jupiter-api-5.0.0-M2.jar
in org/junit/jupiter/junit-jupiter-api/5.0.0-M2
-
[JAR]
org.eclipse.sisu.inject-0.9.0.M2.jar
in org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2
-
JAR
plexus-utils-4.0.0.jar
in org/codehaus/plexus/plexus-utils/4.0.0
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|