Google App Engine 1.3.1 JAR 在公开可用的 Maven 存储库中?

发布于 2024-08-21 11:13:17 字数 324 浏览 4 评论 0原文

有人知道包含 Google App Engine 1.3.1 JAR 的公开可用 Maven 存储库吗?我一直在使用 maven-gae-plugin 存储库,但它尚未更新。看起来中央 Maven 存储库上的 JAR 甚至更旧。

编辑:看起来 Cletus 下面的答案包含了大部分 JAR,但不是全部。例如,datanucleus-appengine-1.0.5.final.jar 不可用。

Is anyone aware of a publicly available Maven repository that contains the Google App Engine 1.3.1 JAR's? I've been using the maven-gae-plugin repository, but it's not updated yet. It looks like the JAR's on the central Maven repository are even older.

EDIT: It looks like Cletus's answer below has most of the JAR's, but not all of them. For example, the datanucleus-appengine-1.0.5.final.jar isn't available.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不美如何 2024-08-28 11:13:17

尝试

<dependency>
  <groupId>com.google.appengine</groupId>
  <artifactId>appengine-api-1.0-sdk</artifactId>
  <version>1.3.1</version>
</dependency>

<repository>
  <id>seasar</id>
  <url>http://maven.seasar.org/maven2</url>
</repository>

Try

<dependency>
  <groupId>com.google.appengine</groupId>
  <artifactId>appengine-api-1.0-sdk</artifactId>
  <version>1.3.1</version>
</dependency>

with

<repository>
  <id>seasar</id>
  <url>http://maven.seasar.org/maven2</url>
</repository>
来世叙缘 2024-08-28 11:13:17

它们现在可以在 maven-gae-plugin 存储库中找到:

http://maven- gae-plugin.googlecode.com/svn/repository/

They are now available at the maven-gae-plugin repository:

http://maven-gae-plugin.googlecode.com/svn/repository/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文