l

lei

Java library for looking up Legal Entity Identifier (LEI).
https://github.com/w3stling/lei
MIT License
Apptastic Software
Files download
File Operation
lei-3.3.3.jar download
lei-3.3.3.pom download
lei-3.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.apptasticsoftware</groupId>
  <artifactId>lei</artifactId>
  <version>3.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.apptasticsoftware:lei:3.3.3'
Gradle Kotlin
implementation("com.apptasticsoftware:lei:3.3.3")
Scala SBT
libraryDependencies += "com.apptasticsoftware" % "lei" % "3.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.apptasticsoftware', module='lei', version='3.3.3')
)
Apache Ivy
<dependency org="com.apptasticsoftware" name="lei" rev="3.3.3" />
Leiningen
[com.apptasticsoftware/lei "3.3.3"]
Apache Buildr
'com.apptasticsoftware:lei:jar:3.3.3'