Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.restcomm.camelgw |
ArtifactId | ArtifactIddomain |
Version | Version7.0.9 |
Type | Typejar |
Filename | Size |
---|---|
domain-7.0.9.pom | |
domain-7.0.9.jar | 26 KB |
domain-7.0.9-sources.jar | 23 KB |
domain-7.0.9-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restcomm.camelgw/domain/ -->
<dependency>
<groupId>org.restcomm.camelgw</groupId>
<artifactId>domain</artifactId>
<version>7.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.camelgw/domain/
implementation 'org.restcomm.camelgw:domain:7.0.9'
// https://jarcasting.com/artifacts/org.restcomm.camelgw/domain/
implementation ("org.restcomm.camelgw:domain:7.0.9")
'org.restcomm.camelgw:domain:jar:7.0.9'
<dependency org="org.restcomm.camelgw" name="domain" rev="7.0.9">
<artifact name="domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.camelgw', module='domain', version='7.0.9')
)
libraryDependencies += "org.restcomm.camelgw" % "domain" % "7.0.9"
[org.restcomm.camelgw/domain "7.0.9"]