| License | 
                License | 
        
|---|---|
| GroupId | GroupIdlink.thingscloud | 
    
| ArtifactId | ArtifactIdfreeswitch-cdr | 
    
| Version | Version1.0.1-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionfreeswitch-cdr-1.0.1-RELEASE 
            FreeSWITCH CDR Project for Spring Boot 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/link.thingscloud/freeswitch-cdr/ -->
<dependency>
    <groupId>link.thingscloud</groupId>
    <artifactId>freeswitch-cdr</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/link.thingscloud/freeswitch-cdr/
implementation 'link.thingscloud:freeswitch-cdr:1.0.1-RELEASE'
                // https://jarcasting.com/artifacts/link.thingscloud/freeswitch-cdr/
implementation ("link.thingscloud:freeswitch-cdr:1.0.1-RELEASE")
                'link.thingscloud:freeswitch-cdr:jar:1.0.1-RELEASE'
                <dependency org="link.thingscloud" name="freeswitch-cdr" rev="1.0.1-RELEASE">
  <artifact name="freeswitch-cdr" type="jar" />
</dependency>
                @Grapes(
@Grab(group='link.thingscloud', module='freeswitch-cdr', version='1.0.1-RELEASE')
)
                libraryDependencies += "link.thingscloud" % "freeswitch-cdr" % "1.0.1-RELEASE"
                [link.thingscloud/freeswitch-cdr "1.0.1-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.0.RELEASE | 
| org.apache.commons : commons-lang3 | jar | 3.8.1 | 
| commons-codec : commons-codec | jar | 1.12 | 
| com.alibaba : fastjson | jar | 1.2.56 | 
| org.dom4j : dom4j | jar | 2.1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |