org.alloytools.alloy.dist
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.dist</artifactId> <version>6.2.0</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>org.alloytools</groupId> <artifactId>org.alloytools.alloy.dist</artifactId> <version>6.2.0</version> <description>org.alloytools.alloy.dist</description> <name>org.alloytools.alloy.dist</name> <url>https://alloytools.org/</url> <organization> <name>Alloytools.org</name> </organization> <licenses> <license> <name>(Apache-2.0)</name> <url>https://opensource.org/licenses/Apache-2.0</url> <distribution>repo</distribution> <comments>This program and the accompanying materials are made available under the terms of the Apache License</comments> </license> </licenses> <scm> <url>https://github.com/AlloyTools/org.alloytools.alloy</url> <connection>scm:git:https://github.com/AlloyTools/org.alloytools.alloy.git</connection> <developerConnection>scm:git:git@github.com:Alloytools/org.alloytools.alloy.git</developerConnection> <tag>6.2.0-SNAPSHOT</tag> </scm> <developers> <developer> <id>pkriens</id> <email>Peter.Kriens@aQute.biz</email> <name>Peter Kriens</name> <organization>Alloytools</organization> <organizationUrl>https://github.com/AlloyTools</organizationUrl> <roles> <role>contact</role> </roles> <timezone>1</timezone> </developer> </developers> <dependencies> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.application</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.core</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.extra</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.lsp</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.alloy.cli</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.alloytools</groupId> <artifactId>org.alloytools.api</artifactId> <version>6.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>aQute.libg</artifactId> <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.5</version> <scope>compile</scope> </dependency> </dependencies> </project>