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