GroupId | GroupIdcom.sqlapp |
---|---|
ArtifactId | ArtifactIdsqlapp-command |
Version | Version0.9.10 |
Type | Typejar |
Filename | Size |
---|---|
sqlapp-command-0.9.10.pom | |
sqlapp-command-0.9.10.jar | 348 KB |
sqlapp-command-0.9.10-sources.jar | 183 KB |
sqlapp-command-0.9.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sqlapp/sqlapp-command/ -->
<dependency>
<groupId>com.sqlapp</groupId>
<artifactId>sqlapp-command</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.sqlapp/sqlapp-command/
implementation 'com.sqlapp:sqlapp-command:0.9.10'
// https://jarcasting.com/artifacts/com.sqlapp/sqlapp-command/
implementation ("com.sqlapp:sqlapp-command:0.9.10")
'com.sqlapp:sqlapp-command:jar:0.9.10'
<dependency org="com.sqlapp" name="sqlapp-command" rev="0.9.10">
<artifact name="sqlapp-command" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sqlapp', module='sqlapp-command', version='0.9.10')
)
libraryDependencies += "com.sqlapp" % "sqlapp-command" % "0.9.10"
[com.sqlapp/sqlapp-command "0.9.10"]