GroupId | GroupIdorg.fudaa.business.fudaa-ef |
---|---|
ArtifactId | ArtifactIdef-core |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
ef-core-2.2.pom | |
ef-core-2.2.jar | 325 KB |
ef-core-2.2-tests.jar | 42 KB |
ef-core-2.2-sources.jar | 218 KB |
ef-core-2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fudaa.business.fudaa-ef/ef-core/
implementation 'org.fudaa.business.fudaa-ef:ef-core:2.2'
// https://jarcasting.com/artifacts/org.fudaa.business.fudaa-ef/ef-core/
implementation ("org.fudaa.business.fudaa-ef:ef-core:2.2")
'org.fudaa.business.fudaa-ef:ef-core:jar:2.2'
<dependency org="org.fudaa.business.fudaa-ef" name="ef-core" rev="2.2">
<artifact name="ef-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fudaa.business.fudaa-ef', module='ef-core', version='2.2')
)
libraryDependencies += "org.fudaa.business.fudaa-ef" % "ef-core" % "2.2"
[org.fudaa.business.fudaa-ef/ef-core "2.2"]