Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdru.saidgadjiev.ormnext |
ArtifactId | ArtifactIdormnext-core |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
ormnext-core-1.7.pom | |
ormnext-core-1.7.jar | 269 KB |
ormnext-core-1.7-sources.jar | 196 KB |
ormnext-core-1.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/ormnext-core/ -->
<dependency>
<groupId>ru.saidgadjiev.ormnext</groupId>
<artifactId>ormnext-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/ormnext-core/
implementation 'ru.saidgadjiev.ormnext:ormnext-core:1.7'
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/ormnext-core/
implementation ("ru.saidgadjiev.ormnext:ormnext-core:1.7")
'ru.saidgadjiev.ormnext:ormnext-core:jar:1.7'
<dependency org="ru.saidgadjiev.ormnext" name="ormnext-core" rev="1.7">
<artifact name="ormnext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.saidgadjiev.ormnext', module='ormnext-core', version='1.7')
)
libraryDependencies += "ru.saidgadjiev.ormnext" % "ormnext-core" % "1.7"
[ru.saidgadjiev.ormnext/ormnext-core "1.7"]