GroupId | GroupIdorg.mobicents.cluster |
---|---|
ArtifactId | ArtifactIdexample-beans |
Version | Version1.13.1.FINAL |
Type | Typejar |
Filename | Size |
---|---|
example-beans-1.13.1.FINAL.pom | |
example-beans-1.13.1.FINAL.jar | 4 KB |
example-beans-1.13.1.FINAL-sources.jar | 2 KB |
example-beans-1.13.1.FINAL-javadoc.jar | 331 bytes |
example-beans-1.13.1.FINAL-beans.zip | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.cluster/example-beans/ -->
<dependency>
<groupId>org.mobicents.cluster</groupId>
<artifactId>example-beans</artifactId>
<version>1.13.1.FINAL</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-beans/
implementation 'org.mobicents.cluster:example-beans:1.13.1.FINAL'
// https://jarcasting.com/artifacts/org.mobicents.cluster/example-beans/
implementation ("org.mobicents.cluster:example-beans:1.13.1.FINAL")
'org.mobicents.cluster:example-beans:jar:1.13.1.FINAL'
<dependency org="org.mobicents.cluster" name="example-beans" rev="1.13.1.FINAL">
<artifact name="example-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.cluster', module='example-beans', version='1.13.1.FINAL')
)
libraryDependencies += "org.mobicents.cluster" % "example-beans" % "1.13.1.FINAL"
[org.mobicents.cluster/example-beans "1.13.1.FINAL"]