SimpleInfrastructure

Provide a set of classes for infrastructure and bootstrap that have very few dependencies that you can embedded easily into any application

License

License

GroupId

GroupId

com.github.frtu.simple
ArtifactId

ArtifactId

simple-infra
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

SimpleInfrastructure
Provide a set of classes for infrastructure and bootstrap that have very few dependencies that you can embedded easily into any application

Download simple-infra

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
aopalliance : aopalliance jar 1.0
javax.annotation : jsr250-api jar 1.0
org.apache.commons : commons-lang3 jar 3.3.2
org.codehaus.jackson : jackson-core-asl jar 1.9.9
org.codehaus.jackson : jackson-mapper-asl jar 1.9.9
org.springframework : spring-aop jar 3.1.0.RELEASE
org.springframework : spring-asm jar 3.1.0.RELEASE
org.springframework : spring-beans jar 3.1.0.RELEASE
org.springframework : spring-context jar 3.1.0.RELEASE
org.springframework : spring-core jar 3.1.0.RELEASE
org.springframework : spring-expression jar 3.1.0.RELEASE

provided (4)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13
ch.qos.logback : logback-core jar 1.0.13
org.slf4j : jcl-over-slf4j jar 1.7.5
org.slf4j : slf4j-api jar 1.7.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0