Titanite - Parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

org.nosceon.titanite
ArtifactId

ArtifactId

titanite-parent
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

pom
Description

Description

Titanite - Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/nosceon/titanite
Source Code Management

Source Code Management

https://github.com/nosceon/titanite

Download titanite-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • titanite
  • titanite-scope-flash
  • titanite-scope-session
  • titanite-json-jackson
  • titanite-json-gson
  • titanite-xml-jaxb
  • titanite-view-mustache
  • titanite-view-freemarker
  • titanite-auth
  • titanite-examples/helloworld
  • titanite-examples/tweetmap
  • titanite-examples/chat

Titanite Build Status

titanite is a small web framework for Java 8, inspired by others like Sinatra and Finatra, running on top of Netty

Releases of titanite are available in the maven central repository.

<dependency>
    <groupId>org.nosceon.titanite</groupId>
    <artifactId>titanite</artifactId>
    <version>1.2.1</version>
</dependency>
org.nosceon.titanite

Versions

Version
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0