| 组织ID: |
io.dropwizard |
| 项目ID: |
dropwizard-core |
| 版本: |
1.2.1 |
| 最后修改时间: |
2018-08-11 19:19:08 |
| 包类型: |
jar |
| 标题: |
Dropwizard |
| 大小: |
45.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>1.2.1</version>
</dependency>
|
| Gradle引入代码: |
io.dropwizard:dropwizard-core:1.2.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-parent</artifactId>
<version>1.2.1</version>
</parent>
<artifactId>dropwizard-core</artifactId>
<name>Dropwizard</name>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-util</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-validation</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-configuration</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-logging</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jersey</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-servlets</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jetty</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-lifecycle</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-servlets</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-healthchecks</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-request-logging</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.argparse4j</groupId>
<artifactId>argparse4j</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain.setuid</groupId>
<artifactId>jetty-setuid-java</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-inmemory</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.dropwizard.sslreload.SslReloadBundle.class
io.dropwizard.setup.Bootstrap.class
io.dropwizard.Configuration.class
io.dropwizard.cli.Cli$SafeHelpAction.class
io.dropwizard.cli.ServerCommand$LifeCycleListener.class
io.dropwizard.Bundle.class
META-INF/maven/io.dropwizard/dropwizard-core/pom.xml
io.dropwizard.sslreload.SslReloadTask.class
io.dropwizard.ConfiguredBundle.class
io.dropwizard.sslreload.SslReloadBundle$1.class
io.dropwizard.server.AbstractServerFactory.class
io.dropwizard.setup.AdminEnvironment.class
io.dropwizard.server.DefaultServerFactory.class
io.dropwizard.cli.CheckCommand.class
io.dropwizard.cli.ServerCommand$1.class
io.dropwizard.cli.ConfiguredCommand.class
io.dropwizard.setup.ExceptionMapperBinder$1.class
io.dropwizard.setup.AdminEnvironment$1.class
io.dropwizard.setup.Environment.class
io.dropwizard.server.ServerFactory.class
io.dropwizard.Application.class
io.dropwizard.cli.Command.class
io.dropwizard.cli.Cli.class
io.dropwizard.setup.ExceptionMapperBinder.class
io.dropwizard.server.SimpleServerFactory.class
io.dropwizard.cli.EnvironmentCommand.class
io.dropwizard.cli.ServerCommand.class
META-INF/services/io.dropwizard.server.ServerFactory
META-INF/services/io.dropwizard.jackson.Discoverable
META-INF/maven/io.dropwizard/dropwizard-core/pom.properties
|
| 依赖Jar: |
dropwizard-bom-${project.version}.jar
/io.dropwizard/dropwizard-bom/${project.version}
查看dropwizard-bom所有版本文件
|