|
Scala example source code file (scalap-pom.xml)
The scalap-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>scalap</artifactId> <packaging>jar</packaging> <version>@VERSION@</version> <name>Scalap</name> <description>bytecode analysis tool</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-compiler</artifactId> <version>@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 scalap-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.