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