GroupId | GroupIdio.oneprofile |
---|---|
ArtifactId | ArtifactIdoneprofile-right-annotation |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.oneprofile/oneprofile-right-annotation/ -->
<dependency>
<groupId>io.oneprofile</groupId>
<artifactId>oneprofile-right-annotation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.oneprofile/oneprofile-right-annotation/
implementation 'io.oneprofile:oneprofile-right-annotation:1.0.1'
// https://jarcasting.com/artifacts/io.oneprofile/oneprofile-right-annotation/
implementation ("io.oneprofile:oneprofile-right-annotation:1.0.1")
'io.oneprofile:oneprofile-right-annotation:jar:1.0.1'
<dependency org="io.oneprofile" name="oneprofile-right-annotation" rev="1.0.1">
<artifact name="oneprofile-right-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.oneprofile', module='oneprofile-right-annotation', version='1.0.1')
)
libraryDependencies += "io.oneprofile" % "oneprofile-right-annotation" % "1.0.1"
[io.oneprofile/oneprofile-right-annotation "1.0.1"]