l

lis-central-jar

Parent pom for libraries deployed to the maven central repository.
https://github.com/link-intersystems/lis-central-jar
Files download
File Operation
lis-central-jar-8.2.pom download
Apache Maven
<dependency>
  <groupId>com.link-intersystems</groupId>
  <artifactId>lis-central-jar</artifactId>
  <version>8.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.link-intersystems:lis-central-jar:8.2'
Gradle Kotlin
implementation("com.link-intersystems:lis-central-jar:8.2")
Scala SBT
libraryDependencies += "com.link-intersystems" % "lis-central-jar" % "8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.link-intersystems', module='lis-central-jar', version='8.2')
)
Apache Ivy
<dependency org="com.link-intersystems" name="lis-central-jar" rev="8.2" />
Leiningen
[com.link-intersystems/lis-central-jar "8.2"]
Apache Buildr
'com.link-intersystems:lis-central-jar:jar:8.2'