Tectonica Commons

Set of Java utility classes, all completely independent, to provide lightweight solutions for common situations

Лицензия

Лицензия

Группа

Группа

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

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

tectonica-commons
Последняя версия

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

0.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Tectonica Commons
Set of Java utility classes, all completely independent, to provide lightweight solutions for common situations
Ссылка на сайт

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

https://github.com/zach-m/tectonica-commons
Организация-разработчик

Организация-разработчик

Tectonica Labs
Система контроля версий

Система контроля версий

https://github.com/zach-m/tectonica-commons.git

Скачать tectonica-commons

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.9

provided (11)

Идентификатор библиотеки Тип Версия
javax.mail : mail jar 1.4.7
org.codehaus.jackson : jackson-mapper-asl jar 1.9.2
com.fasterxml.jackson.core : jackson-databind jar 2.5.0
javax.servlet : servlet-api jar 2.5
com.google.appengine : appengine-api-1.0-sdk jar 1.9.18
org.xerial : sqlite-jdbc jar 3.8.7
com.sun.jersey : jersey-servlet jar 1.18.1
com.sun.jersey.contribs : jersey-guice jar 1.18.1
com.sun.faces : jsf-api jar 2.2.8-02
com.sun.faces : jsf-impl jar 2.2.8-02
com.esotericsoftware : kryo jar 3.0.0

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.google.appengine : appengine-testing jar 1.9.18
com.google.appengine : appengine-api-stubs jar 1.9.18
com.google.appengine : appengine-api-labs jar 1.9.18

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

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

tectonica-commons

Set of Java utility classes to provide lightweight solutions for common situations.

All classes are completely independent, and each file can be used separately from the others in your project.

To use in your project, add the following to your pom.xml:

<dependency>
	<groupId>com.tectonica</groupId>
	<artifactId>tectonica-commons</artifactId>
	<version>0.6.1</version>
</dependency>

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

Версия
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.0
0.3.6
0.3.5
0.3.2
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4