Tectonica Commons

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

License

License

GroupId

GroupId

com.tectonica
ArtifactId

ArtifactId

tectonica-commons
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/zach-m/tectonica-commons
Project Organization

Project Organization

Tectonica Labs
Source Code Management

Source Code Management

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

Download tectonica-commons

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.9

provided (11)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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>

Versions

Version
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