| GroupId | GroupIdorg.bitbucket.cowwoc |
|---|---|
| ArtifactId | ArtifactIdsqlstate |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Filename | Size |
|---|---|
| sqlstate-1.1.pom | |
| sqlstate-1.1.jar | 20 KB |
| sqlstate-1.1-sources.jar | 13 KB |
| sqlstate-1.1-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/sqlstate/ -->
<dependency>
<groupId>org.bitbucket.cowwoc</groupId>
<artifactId>sqlstate</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/sqlstate/
implementation 'org.bitbucket.cowwoc:sqlstate:1.1'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/sqlstate/
implementation ("org.bitbucket.cowwoc:sqlstate:1.1")
'org.bitbucket.cowwoc:sqlstate:jar:1.1'
<dependency org="org.bitbucket.cowwoc" name="sqlstate" rev="1.1">
<artifact name="sqlstate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='sqlstate', version='1.1')
)
libraryDependencies += "org.bitbucket.cowwoc" % "sqlstate" % "1.1"
[org.bitbucket.cowwoc/sqlstate "1.1"]