| GroupId | GroupIdcom.github.braisdom |
|---|---|
| ArtifactId | ArtifactIdobjective-sql |
| Version | Version1.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| objective-sql-1.4.4.pom | |
| objective-sql-1.4.4.jar | 313 KB |
| objective-sql-1.4.4-sources.jar | 214 KB |
| objective-sql-1.4.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/ -->
<dependency>
<groupId>com.github.braisdom</groupId>
<artifactId>objective-sql</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/
implementation 'com.github.braisdom:objective-sql:1.4.4'
// https://jarcasting.com/artifacts/com.github.braisdom/objective-sql/
implementation ("com.github.braisdom:objective-sql:1.4.4")
'com.github.braisdom:objective-sql:jar:1.4.4'
<dependency org="com.github.braisdom" name="objective-sql" rev="1.4.4">
<artifact name="objective-sql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.braisdom', module='objective-sql', version='1.4.4')
)
libraryDependencies += "com.github.braisdom" % "objective-sql" % "1.4.4"
[com.github.braisdom/objective-sql "1.4.4"]