| License |
License |
|---|---|
| GroupId | GroupIdorg.lambico |
| ArtifactId | ArtifactIdlambico-core |
| Last Version | Last Version1.0-beta-06 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLambico Core
Base general components of Lambico.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationLambico Team |
| Filename | Size |
|---|---|
| lambico-core-1.0-beta-06.pom | |
| lambico-core-1.0-beta-06.jar | 19 KB |
| lambico-core-1.0-beta-06-sources.jar | 33 KB |
| lambico-core-1.0-beta-06-javadoc.jar | 187 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |