is not current version
Last Version 1.0.1

com.nexusy:build-tool 1.0.0

Maven相关的构建工具

GroupId

GroupId

com.nexusy
ArtifactId

ArtifactId

build-tool
Version

Version

1.0.0
Type

Type

jar

Download build-tool 1.0.0


<!-- https://jarcasting.com/artifacts/com.nexusy/build-tool/ -->
<dependency>
    <groupId>com.nexusy</groupId>
    <artifactId>build-tool</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexusy/build-tool/
implementation 'com.nexusy:build-tool:1.0.0'
// https://jarcasting.com/artifacts/com.nexusy/build-tool/
implementation ("com.nexusy:build-tool:1.0.0")
'com.nexusy:build-tool:jar:1.0.0'
<dependency org="com.nexusy" name="build-tool" rev="1.0.0">
  <artifact name="build-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexusy', module='build-tool', version='1.0.0')
)
libraryDependencies += "com.nexusy" % "build-tool" % "1.0.0"
[com.nexusy/build-tool "1.0.0"]