littcore

Basic framework for JavaEE project

License

License

GroupId

GroupId

com.littcore
ArtifactId

ArtifactId

littcore
Last Version

Last Version

3.2.4
Release Date

Release Date

Type

Type

pom
Description

Description

littcore
Basic framework for JavaEE project
Project URL

Project URL

https://github.com/littcai/littcore
Source Code Management

Source Code Management

https://github.com/littcai/littcore

Download littcore

Filename Size
littcore-3.2.4.pom 12 KB
Browse

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : slf4j-log4j12 jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7

Project Modules

  • littcore-common
  • littcore-io
  • littcore-log
  • littcore-security
  • littcore-net

littcore

Core Framework for JEE project development

Versions

Version
3.2.4