GroupId | GroupIdcom.avsystem.commons |
---|---|
ArtifactId | ArtifactIdcommons-annotations_2.11 |
Version | Version1.18.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.avsystem.commons/commons-annotations_2.11/ -->
<dependency>
<groupId>com.avsystem.commons</groupId>
<artifactId>commons-annotations_2.11</artifactId>
<version>1.18.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-annotations_2.11/
implementation 'com.avsystem.commons:commons-annotations_2.11:1.18.2'
// https://jarcasting.com/artifacts/com.avsystem.commons/commons-annotations_2.11/
implementation ("com.avsystem.commons:commons-annotations_2.11:1.18.2")
'com.avsystem.commons:commons-annotations_2.11:jar:1.18.2'
<dependency org="com.avsystem.commons" name="commons-annotations_2.11" rev="1.18.2">
<artifact name="commons-annotations_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.commons', module='commons-annotations_2.11', version='1.18.2')
)
libraryDependencies += "com.avsystem.commons" % "commons-annotations_2.11" % "1.18.2"
[com.avsystem.commons/commons-annotations_2.11 "1.18.2"]