License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.femtoframework.orm |
ArtifactId | ArtifactIdfemto-orm |
Version | Version7.0.0 |
Type | Typepom |
Description |
DescriptionFemto useful utilities
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
femto-orm-7.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.femtoframework.orm/femto-orm/ -->
<dependency>
<groupId>org.femtoframework.orm</groupId>
<artifactId>femto-orm</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.femtoframework.orm/femto-orm/
implementation 'org.femtoframework.orm:femto-orm:7.0.0'
// https://jarcasting.com/artifacts/org.femtoframework.orm/femto-orm/
implementation ("org.femtoframework.orm:femto-orm:7.0.0")
'org.femtoframework.orm:femto-orm:pom:7.0.0'
<dependency org="org.femtoframework.orm" name="femto-orm" rev="7.0.0">
<artifact name="femto-orm" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.femtoframework.orm', module='femto-orm', version='7.0.0')
)
libraryDependencies += "org.femtoframework.orm" % "femto-orm" % "7.0.0"
[org.femtoframework.orm/femto-orm "7.0.0"]