| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.linshenkx |
| Идентификатор | Идентификаторexamples |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| examples-1.0.0.RELEASE.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/examples/ -->
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>examples</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.linshenkx/examples/
implementation 'com.github.linshenkx:examples:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.linshenkx/examples/
implementation ("com.github.linshenkx:examples:1.0.0.RELEASE")
'com.github.linshenkx:examples:pom:1.0.0.RELEASE'
<dependency org="com.github.linshenkx" name="examples" rev="1.0.0.RELEASE">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.linshenkx', module='examples', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.linshenkx" % "examples" % "1.0.0.RELEASE"
[com.github.linshenkx/examples "1.0.0.RELEASE"]