| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.lp3799 |
| Идентификатор | Идентификаторtest |
| Последняя версия | Последняя версия2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtest
just do it
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| test-2.1.pom | |
| test-2.1.jar | 3 KB |
| test-2.1-sources.jar | 1 KB |
| test-2.1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.lp3799/test/ -->
<dependency>
<groupId>com.github.lp3799</groupId>
<artifactId>test</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lp3799/test/
implementation 'com.github.lp3799:test:2.1'
// https://jarcasting.com/artifacts/com.github.lp3799/test/
implementation ("com.github.lp3799:test:2.1")
'com.github.lp3799:test:jar:2.1'
<dependency org="com.github.lp3799" name="test" rev="2.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lp3799', module='test', version='2.1')
)
libraryDependencies += "com.github.lp3799" % "test" % "2.1"
[com.github.lp3799/test "2.1"]