| 组织ID: |
com.typesafe.play |
| 项目ID: |
build-link |
| 版本: |
2.4.0-RC4 |
| 最后修改时间: |
2019-11-01 01:02:00 |
| 包类型: |
jar |
| 标题: |
Apache-2.0 |
| 描述: |
Build-Link |
| 相关URL: |
https://playframework.com |
| 大小: |
3.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>build-link</artifactId>
<version>2.4.0-RC4</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.play:build-link:2.4.0-RC4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.play</groupId>
<artifactId>build-link</artifactId>
<packaging>jar</packaging>
<description>Build-Link</description>
<url>https://playframework.com</url>
<version>2.4.0-RC4</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>Build-Link</name>
<organization>
<name>com.typesafe.play</name>
<url>https://playframework.com</url>
</organization>
<scm>
<url>git@github.com:playframework/playframework.git</url>
<connection>scm:git:git@github.com:playframework/playframework.git</connection>
</scm>
<developers>
<developer>
<id>guillaumebort</id>
<name>Guillaume Bort</name>
<url>http://guillaume.bort.fr</url>
</developer>
<developer>
<id>pk11</id>
<name>Peter Hausel</name>
<url>https://twitter.com/pk11</url>
</developer>
<developer>
<id>sadache</id>
<name>Sadek Drobi</name>
<url>http://sadache.tumblr.com</url>
</developer>
<developer>
<id>erwan</id>
<name>Erwan Loisant</name>
<url>http://caffeinelab.net/</url>
</developer>
<developer>
<id>jroper</id>
<name>James Roper</name>
<url>https://jazzy.id.au</url>
</developer>
<developer>
<id>huntc</id>
<name>Christopher Hunt</name>
<url>http://christopherhunt-software.blogspot.com.au/</url>
</developer>
<developer>
<id>richdougherty</id>
<name>Rich Dougherty</name>
<url>http://www.richdougherty.com/</url>
</developer>
<developer>
<id>pvlugter</id>
<name>Peter Vlugter</name>
<url>https://github.com/pvlugter</url>
</developer>
<developer>
<id>wsargent</id>
<name>Will Sargent</name>
<url>https://github.com/wsargent</url>
</developer>
<developer>
<id>julienrf</id>
<name>Julien Richard-Foy</name>
<url>http://julien.richard-foy.fr</url>
</developer>
<developer>
<id>baloo</id>
<name>Arthur Gautier</name>
<url>https://twitter.com/baloose</url>
</developer>
<developer>
<id>cchantep</id>
<name>C茅dric Chantepie</name>
<url>https://twitter.com/cchantep</url>
</developer>
<developer>
<id>benmccann</id>
<name>Ben McCann</name>
<url>http://www.benmccann.com</url>
</developer>
<developer>
<id>mandubian</id>
<name>Pascal Voitot</name>
<url>http://www.mandubian.com</url>
</developer>
<developer>
<id>nraychaudhuri</id>
<name>Nilanjan Raychaudhuri</name>
<url>http://www.manning.com/raychaudhuri/</url>
</developer>
<developer>
<id>gmethvin</id>
<name>Greg Methvin</name>
<url>http://methvin.net</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-exceptions</artifactId>
<version>2.4.0-RC4</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.19.0-GA</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
play.TemplateImports.class
play.core.BuildLink.class
play.core.server.ServerWithStop.class
play.core.BuildDocHandler.class
play.core.Build.class
|
| 依赖Jar: |
play-exceptions-2.4.0-RC4.jar
/com.typesafe.play/play-exceptions/2.4.0-RC4
查看play-exceptions所有版本文件
javassist-3.19.0-GA.jar
/org.javassist/javassist/3.19.0-GA
查看javassist所有版本文件
|