| License |
License |
|---|---|
| GroupId | GroupIdcom.link-intersystems |
| ArtifactId | ArtifactIdlis-central-jar |
| Version | Version8.2 |
| Type | Typepom |
| Description |
DescriptionLink Intersystems Central JAR
Parent pom for libraries deployed to the maven central repository.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| lis-central-jar-8.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/ -->
<dependency>
<groupId>com.link-intersystems</groupId>
<artifactId>lis-central-jar</artifactId>
<version>8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/
implementation 'com.link-intersystems:lis-central-jar:8.2'
// https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/
implementation ("com.link-intersystems:lis-central-jar:8.2")
'com.link-intersystems:lis-central-jar:pom:8.2'
<dependency org="com.link-intersystems" name="lis-central-jar" rev="8.2">
<artifact name="lis-central-jar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.link-intersystems', module='lis-central-jar', version='8.2')
)
libraryDependencies += "com.link-intersystems" % "lis-central-jar" % "8.2"
[com.link-intersystems/lis-central-jar "8.2"]