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