| GroupId | GroupIdcom.tguzik |
|---|---|
| ArtifactId | ArtifactIdannotations |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| annotations-0.4.pom | |
| annotations-0.4.jar | 11 KB |
| annotations-0.4-sources.jar | 7 KB |
| annotations-0.4-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tguzik/annotations/ -->
<dependency>
<groupId>com.tguzik</groupId>
<artifactId>annotations</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation 'com.tguzik:annotations:0.4'
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation ("com.tguzik:annotations:0.4")
'com.tguzik:annotations:jar:0.4'
<dependency org="com.tguzik" name="annotations" rev="0.4">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tguzik', module='annotations', version='0.4')
)
libraryDependencies += "com.tguzik" % "annotations" % "0.4"
[com.tguzik/annotations "0.4"]