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-11.1.pom download
Apache Maven
<dependency>
  <groupId>com.link-intersystems</groupId>
  <artifactId>lis-central-jar</artifactId>
  <version>11.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.link-intersystems:lis-central-jar:11.1'
Gradle Kotlin
implementation("com.link-intersystems:lis-central-jar:11.1")
Scala SBT
libraryDependencies += "com.link-intersystems" % "lis-central-jar" % "11.1"
Groovy Grape
@Grapes(
  @Grab(group='com.link-intersystems', module='lis-central-jar', version='11.1')
)
Apache Ivy
<dependency org="com.link-intersystems" name="lis-central-jar" rev="11.1" />
Leiningen
[com.link-intersystems/lis-central-jar "11.1"]
Apache Buildr
'com.link-intersystems:lis-central-jar:jar:11.1'