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