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