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