| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hfhn |
| Идентификатор | Идентификаторtest2 |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| test2-1.0.pom | |
| test2-1.0.jar | 2 KB |
| test2-1.0-sources.jar | 852 bytes |
| test2-1.0-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hfhn/test2/ -->
<dependency>
<groupId>com.github.hfhn</groupId>
<artifactId>test2</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hfhn/test2/
implementation 'com.github.hfhn:test2:1.0'
// https://jarcasting.com/artifacts/com.github.hfhn/test2/
implementation ("com.github.hfhn:test2:1.0")
'com.github.hfhn:test2:jar:1.0'
<dependency org="com.github.hfhn" name="test2" rev="1.0">
<artifact name="test2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hfhn', module='test2', version='1.0')
)
libraryDependencies += "com.github.hfhn" % "test2" % "1.0"
[com.github.hfhn/test2 "1.0"]