| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.github.ahenteti |
| Идентификатор | Идентификаторhello-maven |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.ahenteti:hello-maven
A hello-world maven library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hello-maven-1.2.pom | |
| hello-maven-1.2.jar | 3 KB |
| hello-maven-1.2-sources.jar | 1 KB |
| hello-maven-1.2-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ahenteti/hello-maven/ -->
<dependency>
<groupId>com.github.ahenteti</groupId>
<artifactId>hello-maven</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ahenteti/hello-maven/
implementation 'com.github.ahenteti:hello-maven:1.2'
// https://jarcasting.com/artifacts/com.github.ahenteti/hello-maven/
implementation ("com.github.ahenteti:hello-maven:1.2")
'com.github.ahenteti:hello-maven:jar:1.2'
<dependency org="com.github.ahenteti" name="hello-maven" rev="1.2">
<artifact name="hello-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ahenteti', module='hello-maven', version='1.2')
)
libraryDependencies += "com.github.ahenteti" % "hello-maven" % "1.2"
[com.github.ahenteti/hello-maven "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |