Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdru.saidgadjiev.ormnext |
ArtifactId | ArtifactIdormnext-core |
Version | Version1.12 |
Type | Typejar |
Filename | Size |
---|---|
ormnext-core-1.12.pom | |
ormnext-core-1.12.jar | 283 KB |
ormnext-core-1.12-sources.jar | 209 KB |
ormnext-core-1.12-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.12</version>
</dependency>
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/ormnext-core/
implementation 'ru.saidgadjiev.ormnext:ormnext-core:1.12'
// https://jarcasting.com/artifacts/ru.saidgadjiev.ormnext/ormnext-core/
implementation ("ru.saidgadjiev.ormnext:ormnext-core:1.12")
'ru.saidgadjiev.ormnext:ormnext-core:jar:1.12'
<dependency org="ru.saidgadjiev.ormnext" name="ormnext-core" rev="1.12">
<artifact name="ormnext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.saidgadjiev.ormnext', module='ormnext-core', version='1.12')
)
libraryDependencies += "ru.saidgadjiev.ormnext" % "ormnext-core" % "1.12"
[ru.saidgadjiev.ormnext/ormnext-core "1.12"]