GroupId | GroupIdcom.real-comp |
---|---|
ArtifactId | ArtifactIdprime-annotations |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
prime-annotations-0.0.5.pom | |
prime-annotations-0.0.5.jar | 5 KB |
prime-annotations-0.0.5-sources.jar | 5 KB |
prime-annotations-0.0.5-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.real-comp/prime-annotations/ -->
<dependency>
<groupId>com.real-comp</groupId>
<artifactId>prime-annotations</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.real-comp/prime-annotations/
implementation 'com.real-comp:prime-annotations:0.0.5'
// https://jarcasting.com/artifacts/com.real-comp/prime-annotations/
implementation ("com.real-comp:prime-annotations:0.0.5")
'com.real-comp:prime-annotations:jar:0.0.5'
<dependency org="com.real-comp" name="prime-annotations" rev="0.0.5">
<artifact name="prime-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.real-comp', module='prime-annotations', version='0.0.5')
)
libraryDependencies += "com.real-comp" % "prime-annotations" % "0.0.5"
[com.real-comp/prime-annotations "0.0.5"]