| License |
License |
|---|---|
| GroupId | GroupIdit.mscuttari.kaoldb |
| ArtifactId | ArtifactIdannotations |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionKaolDB
Annotations for KaolDB
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| annotations-1.1.1.pom | |
| annotations-1.1.1.jar | 8 KB |
| annotations-1.1.1-sources.jar | 13 KB |
| annotations-1.1.1-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.mscuttari.kaoldb/annotations/ -->
<dependency>
<groupId>it.mscuttari.kaoldb</groupId>
<artifactId>annotations</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.mscuttari.kaoldb/annotations/
implementation 'it.mscuttari.kaoldb:annotations:1.1.1'
// https://jarcasting.com/artifacts/it.mscuttari.kaoldb/annotations/
implementation ("it.mscuttari.kaoldb:annotations:1.1.1")
'it.mscuttari.kaoldb:annotations:jar:1.1.1'
<dependency org="it.mscuttari.kaoldb" name="annotations" rev="1.1.1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.mscuttari.kaoldb', module='annotations', version='1.1.1')
)
libraryDependencies += "it.mscuttari.kaoldb" % "annotations" % "1.1.1"
[it.mscuttari.kaoldb/annotations "1.1.1"]