Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.hwywl |
ArtifactId | ArtifactIdant-nest |
Version | Version1.1.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
ant-nest-1.1.1-RELEASE.pom | |
ant-nest-1.1.1-RELEASE-sources.jar | 30 KB |
ant-nest-1.1.1-RELEASE-javadoc.jar | 278 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hwywl/ant-nest/ -->
<dependency>
<groupId>com.github.hwywl</groupId>
<artifactId>ant-nest</artifactId>
<version>1.1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hwywl/ant-nest/
implementation 'com.github.hwywl:ant-nest:1.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.hwywl/ant-nest/
implementation ("com.github.hwywl:ant-nest:1.1.1-RELEASE")
'com.github.hwywl:ant-nest:jar:1.1.1-RELEASE'
<dependency org="com.github.hwywl" name="ant-nest" rev="1.1.1-RELEASE">
<artifact name="ant-nest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hwywl', module='ant-nest', version='1.1.1-RELEASE')
)
libraryDependencies += "com.github.hwywl" % "ant-nest" % "1.1.1-RELEASE"
[com.github.hwywl/ant-nest "1.1.1-RELEASE"]