| License |
License |
|---|---|
| GroupId | GroupIdorg.fudaa.business.fudaa-ef |
| ArtifactId | ArtifactIdef-core |
| Version | Version2.5 |
| Type | Typejar |
| Description |
DescriptionEF Core
La partie commune du framework fudaa
|
| Filename | Size |
|---|---|
| ef-core-2.5.pom | |
| ef-core-2.5.jar | 325 KB |
| ef-core-2.5-tests.jar | 42 KB |
| ef-core-2.5-sources.jar | 218 KB |
| ef-core-2.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fudaa.business.fudaa-ef/ef-core/ -->
<dependency>
<groupId>org.fudaa.business.fudaa-ef</groupId>
<artifactId>ef-core</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.business.fudaa-ef/ef-core/
implementation 'org.fudaa.business.fudaa-ef:ef-core:2.5'
// https://jarcasting.com/artifacts/org.fudaa.business.fudaa-ef/ef-core/
implementation ("org.fudaa.business.fudaa-ef:ef-core:2.5")
'org.fudaa.business.fudaa-ef:ef-core:jar:2.5'
<dependency org="org.fudaa.business.fudaa-ef" name="ef-core" rev="2.5">
<artifact name="ef-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.business.fudaa-ef', module='ef-core', version='2.5')
)
libraryDependencies += "org.fudaa.business.fudaa-ef" % "ef-core" % "2.5"
[org.fudaa.business.fudaa-ef/ef-core "2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fudaa.framework.ctulu : ctulu-gis | jar | 2.5 |
| org.fudaa.framework.dodico : dodico-common | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |