d

domain

GMLC Domain Object
文件下载
文件名 操作
domain-1.0.63.jar 下载
domain-1.0.63.pom 下载
domain-1.0.63-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mobicents.gmlc</groupId>
  <artifactId>domain</artifactId>
  <version>1.0.63</version>
</dependency>
Gradle Groovy
implementation 'org.mobicents.gmlc:domain:1.0.63'
Gradle Kotlin
implementation("org.mobicents.gmlc:domain:1.0.63")
Scala SBT
libraryDependencies += "org.mobicents.gmlc" % "domain" % "1.0.63"
Groovy Grape
@Grapes(
  @Grab(group='org.mobicents.gmlc', module='domain', version='1.0.63')
)
Apache Ivy
<dependency org="org.mobicents.gmlc" name="domain" rev="1.0.63" />
Leiningen
[org.mobicents.gmlc/domain "1.0.63"]
Apache Buildr
'org.mobicents.gmlc:domain:jar:1.0.63'