| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.nexusy |
| Идентификатор | Идентификаторbuild-tool |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Описание |
Описаниеbuild-tool
Maven相关的构建工具
|
| Имя Файла | Размер |
|---|---|
| build-tool-1.0.1.pom | |
| build-tool-1.0.1.jar | 4 KB |
| build-tool-1.0.1-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nexusy/build-tool/ -->
<dependency>
<groupId>com.nexusy</groupId>
<artifactId>build-tool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexusy/build-tool/
implementation 'com.nexusy:build-tool:1.0.1'
// https://jarcasting.com/artifacts/com.nexusy/build-tool/
implementation ("com.nexusy:build-tool:1.0.1")
'com.nexusy:build-tool:jar:1.0.1'
<dependency org="com.nexusy" name="build-tool" rev="1.0.1">
<artifact name="build-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexusy', module='build-tool', version='1.0.1')
)
libraryDependencies += "com.nexusy" % "build-tool" % "1.0.1"
[com.nexusy/build-tool "1.0.1"]