| License |
License |
|---|---|
| GroupId | GroupIdcom.nexusy |
| ArtifactId | ArtifactIdbuild-tool |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbuild-tool
Maven相关的构建工具
|
| Filename | Size |
|---|---|
| build-tool-1.0.1.pom | |
| build-tool-1.0.1.jar | 4 KB |
| build-tool-1.0.1-sources.jar | 4 KB |
| Browse |
<!-- 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"]