License |
License |
---|---|
GroupId | GroupIdorg.apache.derby |
ArtifactId | ArtifactIdderbyshared |
Last Version | Last Version10.16.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Derby Shared Code
The code which is shared across all Derby configurations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
derbyshared-10.16.1.1.pom | |
derbyshared-10.16.1.1.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.derby/derbyshared/ -->
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>10.16.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.derby/derbyshared/
implementation 'org.apache.derby:derbyshared:10.16.1.1'
// https://jarcasting.com/artifacts/org.apache.derby/derbyshared/
implementation ("org.apache.derby:derbyshared:10.16.1.1")
'org.apache.derby:derbyshared:jar:10.16.1.1'
<dependency org="org.apache.derby" name="derbyshared" rev="10.16.1.1">
<artifact name="derbyshared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.derby', module='derbyshared', version='10.16.1.1')
)
libraryDependencies += "org.apache.derby" % "derbyshared" % "10.16.1.1"
[org.apache.derby/derbyshared "10.16.1.1"]