| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.coherentlogic.lei.client | 
    
| ArtifactId | ArtifactIdlei-client-core | 
    
| Version | Version2.0.3-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionlei-client-core 
            Java client for the Legal Entity Identifier Web Services (LEI) 
         | 
    
<!-- https://jarcasting.com/artifacts/com.coherentlogic.lei.client/lei-client-core/ -->
<dependency>
    <groupId>com.coherentlogic.lei.client</groupId>
    <artifactId>lei-client-core</artifactId>
    <version>2.0.3-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.coherentlogic.lei.client/lei-client-core/
implementation 'com.coherentlogic.lei.client:lei-client-core:2.0.3-RELEASE'
                // https://jarcasting.com/artifacts/com.coherentlogic.lei.client/lei-client-core/
implementation ("com.coherentlogic.lei.client:lei-client-core:2.0.3-RELEASE")
                'com.coherentlogic.lei.client:lei-client-core:jar:2.0.3-RELEASE'
                <dependency org="com.coherentlogic.lei.client" name="lei-client-core" rev="2.0.3-RELEASE">
  <artifact name="lei-client-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.coherentlogic.lei.client', module='lei-client-core', version='2.0.3-RELEASE')
)
                libraryDependencies += "com.coherentlogic.lei.client" % "lei-client-core" % "2.0.3-RELEASE"
                [com.coherentlogic.lei.client/lei-client-core "2.0.3-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.coherentlogic.enterprise-data-adapter : data-model-core | jar | |
| com.coherentlogic.enterprise-data-adapter : data-adapter-core | jar | |
| com.coherentlogic.lei.client : lei-client-config | jar | 2.0.3-RELEASE | 
| com.google.code.gson : gson | jar | 2.8.5 | 
| commons-io : commons-io | jar | 2.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-core | jar | |
| org.springframework : spring-web | jar | |
| org.springframework.ws : spring-ws-core | jar | |
| com.thoughtworks.xstream : xstream | jar | |
| org.eclipse.persistence : javax.persistence | jar | |
| org.slf4j : slf4j-api | jar | |
| org.slf4j : slf4j-log4j12 | jar | |
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | |
| org.mockito : mockito-all | jar |