| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаcom.github.sushantmimani |
| Идентификатор | Идентификаторtest-deploy |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtest-deploy
A demo for deployment to the Central Repository via OSSRH
|
| Имя Файла | Размер |
|---|---|
| test-deploy-1.0.0.pom | |
| test-deploy-1.0.0.jar | 3 KB |
| test-deploy-1.0.0-sources.jar | 2 KB |
| test-deploy-1.0.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sushantmimani/test-deploy/ -->
<dependency>
<groupId>com.github.sushantmimani</groupId>
<artifactId>test-deploy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sushantmimani/test-deploy/
implementation 'com.github.sushantmimani:test-deploy:1.0.0'
// https://jarcasting.com/artifacts/com.github.sushantmimani/test-deploy/
implementation ("com.github.sushantmimani:test-deploy:1.0.0")
'com.github.sushantmimani:test-deploy:jar:1.0.0'
<dependency org="com.github.sushantmimani" name="test-deploy" rev="1.0.0">
<artifact name="test-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sushantmimani', module='test-deploy', version='1.0.0')
)
libraryDependencies += "com.github.sushantmimani" % "test-deploy" % "1.0.0"
[com.github.sushantmimani/test-deploy "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |