| Группа | Группаorg.codehaus.plexus.examples |
|---|---|
| Идентификатор | Идентификаторplexus-example-hello-world |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlexus Hello World Component
A simple "hello world" application that utilizes the Plexus
component container.
|
| Организация-разработчик |
Организация-разработчикPlexus - Codehaus |
| Имя Файла | Размер |
|---|---|
| plexus-example-hello-world-1.0.pom | |
| plexus-example-hello-world-1.0.jar | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus.examples/plexus-example-hello-world/ -->
<dependency>
<groupId>org.codehaus.plexus.examples</groupId>
<artifactId>plexus-example-hello-world</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus.examples/plexus-example-hello-world/
implementation 'org.codehaus.plexus.examples:plexus-example-hello-world:1.0'
// https://jarcasting.com/artifacts/org.codehaus.plexus.examples/plexus-example-hello-world/
implementation ("org.codehaus.plexus.examples:plexus-example-hello-world:1.0")
'org.codehaus.plexus.examples:plexus-example-hello-world:jar:1.0'
<dependency org="org.codehaus.plexus.examples" name="plexus-example-hello-world" rev="1.0">
<artifact name="plexus-example-hello-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus.examples', module='plexus-example-hello-world', version='1.0')
)
libraryDependencies += "org.codehaus.plexus.examples" % "plexus-example-hello-world" % "1.0"
[org.codehaus.plexus.examples/plexus-example-hello-world "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.plexus : plexus-utils | jar | 1.2 |
| org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-9 |
| classworlds : classworlds | jar | 1.1 |