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