文件下载
文件名 操作
genie-web-4.0.0-rc.97.jar 下载
genie-web-4.0.0-rc.97.pom 下载
genie-web-4.0.0-rc.97-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.genie</groupId>
  <artifactId>genie-web</artifactId>
  <version>4.0.0-rc.97</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.genie:genie-web:4.0.0-rc.97'
Gradle Kotlin
implementation("com.netflix.genie:genie-web:4.0.0-rc.97")
Scala SBT
libraryDependencies += "com.netflix.genie" % "genie-web" % "4.0.0-rc.97"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.genie', module='genie-web', version='4.0.0-rc.97')
)
Apache Ivy
<dependency org="com.netflix.genie" name="genie-web" rev="4.0.0-rc.97" />
Leiningen
[com.netflix.genie/genie-web "4.0.0-rc.97"]
Apache Buildr
'com.netflix.genie:genie-web:jar:4.0.0-rc.97'
本项目依赖

compile

|-- com.netflix.genie:genie-common:4.0.0-rc.97

|-- com.netflix.genie:genie-common-external:4.0.0-rc.97

|-- com.netflix.genie:genie-common-internal:4.0.0-rc.97

|-- com.netflix.genie:genie-proto:4.0.0-rc.97

|-- com.amazonaws:aws-java-sdk-sns:1.11.792

|-- com.fasterxml.jackson.core:jackson-databind:2.11.4

|-- com.github.fge:json-patch:1.9

|-- com.google.protobuf:protobuf-java:3.12.0

|-- io.grpc:grpc-stub:1.33.1

|-- io.grpc:grpc-core:1.33.1

|-- io.micrometer:micrometer-core:1.5.11

|-- jakarta.persistence:jakarta.persistence-api:2.2.3

|-- jakarta.validation:jakarta.validation-api:2.0.2

|-- org.apache.commons:commons-exec:1.3

|-- org.apache.curator:curator-framework:4.0.1

|-- org.apache.curator:curator-x-discovery:4.0.1

|-- org.aspectj:aspectjweaver:1.9.6

|-- org.codehaus.groovy:groovy-all:2.5.13

|-- org.springframework:spring-beans:5.2.13.RELEASE

|-- org.springframework:spring-context:5.2.13.RELEASE

|-- org.springframework:spring-context-support:5.2.13.RELEASE

|-- org.springframework:spring-core:5.2.13.RELEASE

|-- org.springframework:spring-web:5.2.13.RELEASE

|-- org.springframework.boot:spring-boot:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-actuator:2.3.9.RELEASE

|-- org.springframework.data:spring-data-jpa:2.3.7.RELEASE

|-- org.springframework.hateoas:spring-hateoas:1.1.4.RELEASE

|-- org.springframework.integration:spring-integration-zookeeper:5.3.6.RELEASE

|-- org.springframework.retry:spring-retry:1.2.5.RELEASE

runtime

|-- com.amazonaws:aws-java-sdk-s3:1.11.792

|-- com.amazonaws:aws-java-sdk-sts:1.11.792

|-- com.google.guava:guava:20.0

|-- commons-io:commons-io:2.6

|-- commons-validator:commons-validator:1.7

|-- io.grpc:grpc-netty:1.33.1

|-- io.grpc:grpc-protobuf:1.33.1

|-- io.zipkin.brave:brave:5.12.7

|-- io.zipkin.brave:brave-instrumentation-grpc:5.12.7

|-- org.apache.commons:commons-lang3:3.10

|-- org.glassfish.jaxb:jaxb-runtime:2.3.3

|-- org.hibernate.validator:hibernate-validator:6.1.7.Final

|-- org.springframework.boot:spring-boot-starter-actuator:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-aop:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-cache:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-data-jpa:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-log4j2:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-mail:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-hateoas:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-integration:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-tomcat:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-validation:2.3.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-web:2.3.9.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-aws-messaging:2.2.6.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-sleuth:2.2.7.RELEASE

|-- org.springframework.cloud:spring-cloud-starter-zookeeper:2.2.4.RELEASE

|-- org.apache.maven:maven-artifact:3.6.3

|-- com.github.ben-manes.caffeine:caffeine:2.8.8

|-- com.h2database:h2:1.4.200

|-- org.flywaydb:flyway-core:6.4.4

|-- org.mariadb.jdbc:mariadb-java-client:2.6.2

|-- org.postgresql:postgresql:42.2.18