Lambico Core

Base general components of Lambico.

License

License

GroupId

GroupId

org.lambico
ArtifactId

ArtifactId

lambico-core
Last Version

Last Version

1.0-beta-06
Release Date

Release Date

Type

Type

jar
Description

Description

Lambico Core
Base general components of Lambico.
Project URL

Project URL

http://www.lambico.org
Project Organization

Project Organization

Lambico Team

Download lambico-core

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
javax.persistence : persistence-api Optional jar 1.0
org.springframework : spring-orm Optional jar 3.0.0.RELEASE
org.hibernate : hibernate-core Optional jar 3.3.2.GA

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-beta-06
1.0-beta-05