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