Integration Test Application

Microservice Foundation

Лицензия

Лицензия

Группа

Группа

com.gitblit.fathom
Идентификатор

Идентификатор

fathom-integration-test
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Integration Test Application
Microservice Foundation

Скачать fathom-integration-test

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-integration-test/ -->
<dependency>
    <groupId>com.gitblit.fathom</groupId>
    <artifactId>fathom-integration-test</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-integration-test/
implementation 'com.gitblit.fathom:fathom-integration-test:1.0.1'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-integration-test/
implementation ("com.gitblit.fathom:fathom-integration-test:1.0.1")
'com.gitblit.fathom:fathom-integration-test:jar:1.0.1'
<dependency org="com.gitblit.fathom" name="fathom-integration-test" rev="1.0.1">
  <artifact name="fathom-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-integration-test', version='1.0.1')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-integration-test" % "1.0.1"
[com.gitblit.fathom/fathom-integration-test "1.0.1"]

Зависимости

compile (26)

Идентификатор библиотеки Тип Версия
com.gitblit.fathom : fathom-core jar 1.0.1
com.gitblit.fathom : fathom-x509 jar 1.0.1
com.gitblit.fathom : fathom-eventbus jar 1.0.1
com.gitblit.fathom : fathom-rest jar 1.0.1
com.gitblit.fathom : fathom-xmlrpc jar 1.0.1
com.gitblit.fathom : fathom-rest-swagger jar 1.0.1
com.gitblit.fathom : fathom-rest-security jar 1.0.1
com.gitblit.fathom : fathom-security-htpasswd jar 1.0.1
com.gitblit.fathom : fathom-security-ldap jar 1.0.1
com.gitblit.fathom : fathom-security-jdbc jar 1.0.1
com.h2database : h2 jar 1.4.186
com.gitblit.fathom : fathom-quartz jar 1.0.1
com.gitblit.fathom : fathom-mailer jar 1.0.1
com.unboundid : unboundid-ldapsdk jar 2.3.8
com.gitblit.fathom : fathom-jmx jar 1.0.1
com.gitblit.fathom : fathom-jcache jar 1.0.1
org.infinispan : infinispan-jcache jar 8.2.3.Final
ro.pippo : pippo-freemarker jar 1.0.0
ro.pippo : pippo-jaxb jar 1.0.0
ro.pippo : pippo-gson jar 1.0.0
ro.pippo : pippo-snakeyaml jar 1.0.0
org.webjars : foundation jar 5.5.2
org.webjars : font-awesome jar 4.3.0-3
org.webjars : datatables jar 1.10.7
org.webjars : pickadate.js jar 3.5.4
org.webjars : codemirror jar 5.3

test (3)

Идентификатор библиотеки Тип Версия
com.gitblit.fathom : fathom-test-tools jar 1.0.1
com.gitblit.fathom : fathom-xmlrpc-test jar 1.0.1
com.gitblit.fathom : fathom-rest-test jar 1.0.1

Модули Проекта

Данный проект не имеет модулей.

Fathom

Fathom is an opinionated, modular, & injectable foundation for building microservices on a JVM.

    (_)        ______      __  __
   __|__      / ____/___ _/ /_/ /_  ____  ____ ___
     |       / /_  / __ `/ __/ __ \/ __ \/ __ `__ \  Microservice Foundation
 \__/ \__/  / __/ / /_/ / /_/ / / / /_/ / / / / / /  http://fathom.gitblit.com
  °-. .-°  /_/    \__,_/\__/_/ /_/\____/_/ /_/ /_/
     '

Travis CI Build Status Maven Central Maven Central

Microservice Foundation

Fathom provides a tightly integrated base to quickly bootstrap your microservice project using best-of-breed components.

Full documentation available here.

Opinionated

  • Undertow is the development & deployment engine
  • Guice is the dependency injection mechanism
  • Guava is the standard library
  • Config is the configuration file parser
  • Args4j is the command-line parsing framework
  • Logback is the logging framework
  • SLF4J is the logging interface
  • Java 8 is the baseline JVM

Modular

Fathom features a formal Module specification, Service infrastructure, and dependency injection all combined with Java ServiceLoader to give you ultimate modularity.

License

Distributed under the Apache Software License 2.0.

Similar alternatives

Версии библиотеки

Версия
1.0.1
0.9.2
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0