Maven Repository - POM file for Byte Code scalap 2.9.2 2.9.2

Summary

Scalap.

bytecode analysis tool.

Declaration

Here is the list of declaration for scalap. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.scala-lang</groupId>
   <artifactId>scalap</artifactId>
   <version>2.9.2</version>
</dependency>

If you think this Maven repository POM file listing for scalap is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD-like
URL: http://www.scala-lang.org/downloads/license.html.

Depends on

The scalap-2.9.2 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Parserscala-compiler 2.9.2
Compiler for the Scala Programming Language
52




Depended by

The following table lists the most popular artifacts which are depending on scalap-2.9.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
ORMsqueryl_2.9.2 0.9.5-6
A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
14

Packages

The following packages are defined in the scalap-2.9.2.jar

scala.tools.scalap
scala.tools.scalap.scalax.rules
scala.tools.scalap.scalax.rules.scalasig
scala.tools.scalap.scalax.util

POM File Source

Here is the content of the POM file.

<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>2.9.2</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-like</name>
      <url>http://www.scala-lang.org/downloads/license.html
      </url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk</connection>
    <url>https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk</url>
  </scm>
  <issueManagement>
    <system>trac</system>
    <url>http://lampsvn.epfl.ch/trac/scala
    </url>
  </issueManagement>

  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-compiler</artifactId>
      <version>2.9.2</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>scala-tools.org</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
    </repository>
    <snapshotRepository>
      <id>scala-tools.org</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <uniqueVersion>false</uniqueVersion>
    </snapshotRepository>
  </distributionManagement>
  
</project>