|
Scala example source code file (scala-library-all-pom.xml)
The scala-library-all-pom.xml Scala example source code<?xml version="1.0"?> <project 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.scala-lang</groupId> <artifactId>scala-library-all</artifactId> <packaging>pom</packaging> <version>@VERSION@</version> <name>Scala Library Powerpack</name> <description>The Scala Standard Library and Official Modules</description> <url>http://www.scala-lang.org/</url> <inceptionYear>2002</inceptionYear> <organization> <name>LAMP/EPFL</name> <url>http://lamp.epfl.ch/</url> </organization> <licenses> <license> <name>BSD 3-Clause</name> <url>http://www.scala-lang.org/license.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/scala/scala.git</connection> <url>https://github.com/scala/scala.git</url> </scm> <issueManagement> <system>JIRA</system> <url>https://issues.scala-lang.org/</url> </issueManagement> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>@VERSION@</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-reflect</artifactId> <version>@VERSION@</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-xml_@SCALA_BINARY_VERSION@</artifactId> <version>@XML_VERSION@</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-parser-combinators_@SCALA_BINARY_VERSION@</artifactId> <version>@PARSER_COMBINATORS_VERSION@</version> </dependency> <!-- the continuations plugin is a dependency of scala-dist, as scala-library-all should be a drop-in replacement for scala-library, and as such should not (indirectly) depend on plugins/the compiler. --> <dependency> <groupId>org.scala-lang.plugins</groupId> <artifactId>scala-continuations-library_@SCALA_BINARY_VERSION@</artifactId> <version>@CONTINUATIONS_LIBRARY_VERSION@</version> </dependency> <dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-swing_@SCALA_BINARY_VERSION@</artifactId> <version>@SCALA_SWING_VERSION@</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-actor_@SCALA_BINARY_VERSION@</artifactId> <version>@AKKA_ACTOR_VERSION@</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-actors-migration_@SCALA_BINARY_VERSION@</artifactId> <version>@ACTORS_MIGRATION_VERSION@</version> </dependency> </dependencies> <developers> <developer> <id>lamp</id> <name>EPFL LAMP</name> </developer> <developer> <id>Typesafe</id> <name>Typesafe, Inc.</name> </developer> </developers> </project> Other Scala source code examplesHere is a short list of links related to this Scala scala-library-all-pom.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.