org.fintx:fintx-parent


License

License

GroupId

GroupId

org.fintx
ArtifactId

ArtifactId

fintx-parent
Last Version

Last Version

0.5.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Project Organization

Project Organization

FinTx
Source Code Management

Source Code Management

https://github.com/fintx/fintx-parent

Download fintx-parent

Filename Size
fintx-parent-0.5.0.0.pom 16 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

Group / Artifact Type Version
junit : junit jar
org.mockito : mockito-core jar

Project Modules

There are no modules declared in this project.

FinTx Parent Project

Maven Central GitHub release Apache 2 Join the chat at https://gitter.im/fintx/fintx-parent Build Status Coverage Status Dependency Status

FinTx[1]

What's is FinTx?

FinTx is an open source group focus on financial technologies.

What's is fintx-parent

fintx-parent is parent maven[2] project for all fintx projects.

Using

This is something that you get for free just by adding the following dependency inside your project:

<dependency>
    <groupId>org.fintx</groupId>
    <artifactId>fintx-parent</artifactId>
    <version>${latest.version></version>
</dependency>

[1] FinTx https://www.fintx.org/
[2] Maven https://maven.apache.org/

org.fintx

FinTx

Open source group focus on financial technologies.

Versions

Version
0.5.0.0
0.3.0.0
0.2.0.0
0.1.0.0