| Группа | Группаcom.github.braisdom |
|---|---|
| Идентификатор | Идентификаторobjective-sql |
| Версия | Версия1.3.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| objective-sql-1.3.5.pom | |
| objective-sql-1.3.5.jar | 283 KB |
| objective-sql-1.3.5-sources.jar | 195 KB |
| objective-sql-1.3.5-javadoc.jar | 920 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>objective-sql</artifactId>
<version>1.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/
implementation 'com.github.braisdom:objective-sql:1.3.5'
// https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/
implementation ("com.github.braisdom:objective-sql:1.3.5")
'com.github.braisdom:objective-sql:jar:1.3.5'
<dependency org="com.github.braisdom" name="objective-sql" rev="1.3.5">
<artifact name="objective-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='objective-sql', version='1.3.5')
)
libraryDependencies += "com.github.braisdom" % "objective-sql" % "1.3.5"
[com.github.braisdom/objective-sql "1.3.5"]