stil
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.ac.starlink</groupId>
<artifactId>stil</artifactId>
<version>4.3.4</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.starlink</groupId>
<artifactId>stil</artifactId>
<version>4.3.4</version>
<packaging>jar</packaging>
<name>STIL</name>
<description>Starlink Tables Infrastructure Library</description>
<url>http://www.starlink.ac.uk/stil/</url>
<dependencies>
<dependency>
<groupId>uk.ac.starlink</groupId>
<artifactId>jcdf</artifactId>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>uk.ac.starlink</groupId>
<artifactId>jarrow</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
<licenses>
<license>
<name>GNU LGPLv3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Mark Taylor</name>
<email>m.b.taylor@bristol.ac.uk</email>
<organization>University of Bristol</organization>
<organizationUrl>http://www.star.bristol.ac.uk/mbt/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Starlink/starjava.git</connection>
<developerConnection>scm:git:ssh://github.com:Starlink/starjava.git</developerConnection>
<url>https://github.com/Starlink/starjava</url>
</scm>
</project>