alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Scala example source code file (scala-swing-pom.xml)

This example Scala source code file (scala-swing-pom.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Scala tags/keywords

The Scala scala-swing-pom.xml source code

<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
	<groupId>org.scala-lang
	<artifactId>scala-swing
	<packaging>jar
	<version>@VERSION@
	<url>http://www.scala-lang.org/
   <inceptionYear>2002
   <organization>
      <name>LAMP/EPFL
      <url>http://lamp.epfl.ch/
   </organization>
   <licenses>
      <license>
         <name>BSD-like
         <url>http://www.scala-lang.org/downloads/license.html
         </url>
         <distribution>repo
      </license>
   </licenses>
   <scm>
      <connection>scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk
      <url>https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk
   </scm>
   <issueManagement>
      <system>trac
      <url>http://lampsvn.epfl.ch/trac/scala
      </url>
   </issueManagement>	
	<dependencies>
		<dependency>
			<groupId>org.scala-lang
			<artifactId>scala-library
			<version>@VERSION@
		</dependency>
	</dependencies>
	<distributionManagement>
		<repository>
			<id>scala-tools.org
			<url>@RELEASE_REPOSITORY@
		</repository>
		<snapshotRepository>
			<id>scala-tools.org
			<url>@SNAPSHOT_REPOSITORY@
			<uniqueVersion>false
		</snapshotRepository>
	</distributionManagement>
</project>

Other Scala examples (source code examples)

Here is a short list of links related to this Scala scala-swing-pom.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.