TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Free Java doc hosting for open source projects

2 点作者 maxcellent超过 10 年前

1 comment

maxcellent超过 10 年前
basically: <a href="http://www.javadoc.io/doc/$groupId/$artifactId/$version" rel="nofollow">http:&#x2F;&#x2F;www.javadoc.io&#x2F;doc&#x2F;$groupId&#x2F;$artifactId&#x2F;$version</a> will link to specific javadoc version of an artifact released to central maven repo. Or <a href="http://www.javadoc.io/doc/$groupId/$artifactId" rel="nofollow">http:&#x2F;&#x2F;www.javadoc.io&#x2F;doc&#x2F;$groupId&#x2F;$artifactId</a> (without $version) for the latest version.<p>For example: version 4.0.6.RELEASE of Spring-core <a href="http://www.javadoc.io/doc/org.springframework/spring-core/4.0.6.RELEASE" rel="nofollow">http:&#x2F;&#x2F;www.javadoc.io&#x2F;doc&#x2F;org.springframework&#x2F;spring-core&#x2F;4....</a><p>or simply: <a href="http://www.javadoc.io/doc/org.springframework/spring-core" rel="nofollow">http:&#x2F;&#x2F;www.javadoc.io&#x2F;doc&#x2F;org.springframework&#x2F;spring-core</a> for the latest version