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