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