Fathom-Core

Microservice Foundation

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Fathom-Core
Microservice Foundation
Ссылка на сайт

Ссылка на сайт

http://fathom.gitblit.com

Скачать fathom-core

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

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
io.undertow : undertow-servlet jar 1.4.8.Final
com.google.inject : guice jar 4.1.0
com.google.inject.extensions : guice-servlet jar 4.1.0
com.google.inject.extensions : guice-multibindings jar 4.1.0
com.google.guava : guava jar 19.0
com.typesafe : config jar 1.3.0
ch.qos.logback : logback-classic jar 1.1.7
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : jcl-over-slf4j jar 1.7.21
args4j : args4j jar 2.33
commons-daemon : commons-daemon jar 1.0.15

test (2)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-core jar 1.9.5
junit : junit jar 4.10

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

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

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