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