| Title: |
mmm-code-java-impl |
| Group ID: |
net.sf.m-m-m |
| Artifact ID: |
mmm-code-java-impl |
| Version: |
1.0.0-beta5 |
| Last modified: |
28.02.2020 16:50 |
| Packaging: |
jar |
| Name: |
mmm-code-java-impl |
| Description: |
Implementation of mmm-code-api for Java. |
| URL: |
https://m-m-m.github.io/ |
| License: |
Apache Software License, Version 2.0 |
| Source: |
https://github.com/m-m-m/code/tree/master |
| Developers: |
Jörg Hohwiller |
| Vendor: |
mmm-team |
|
|
| Size: |
102.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/sf/m-m-m/mmm-code-java-impl/1.0.0-beta5/mmm-code-java-impl-1.0.0-beta5.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-code-java-impl</artifactId>
<version>1.0.0-beta5</version>
<name>mmm-code-java-impl</name>
<description>Implementation of mmm-code-api for Java.</description>
<url>https://m-m-m.github.io/</url>
<inceptionYear>2001</inceptionYear>
<organization>
<name>mmm-team</name>
<url>https://m-m-m.github.io</url>
</organization>
<licenses>
<license>
<name>Apache Software License, Version 2.0</name>
<url>https://github.com/m-m-m/code/blob/master/LICENSE</url>
<distribution>repro</distribution>
<comments></comments>
</license>
</licenses>
<developers>
<developer>
<id>hohwille</id>
<name>Jörg Hohwiller</name>
<email>hohwille@users.sourceforge.net</email>
<url>http://www.j-hohwiller.de/joerg</url>
<organization></organization>
<organizationUrl></organizationUrl>
<roles>
<role>admin</role>
<role>designer</role>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Malte Brunnlieb</name>
<email>m_brunnl@cs.uni-kl.de</email>
<url>https://github.com/may-bee/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
<contributor>
<name>Christoph Bauer</name>
<email>fridolin@users.sourceforge.net</email>
<url>http://www.christoph-bauer.net/</url>
<organization></organization>
<organizationUrl></organizationUrl>
<timezone>+1</timezone>
</contributor>
</contributors>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/m-m-m/code.git</connection>
<developerConnection>scm:git:https://github.com/m-m-m/code.git</developerConnection>
<tag></tag>
<url>https://github.com/m-m-m/code/tree/master</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/m-m-m/code/issues</url>
</issueManagement>
<distributionManagement>
<repository>
<id>deploy</id>
<name>MMM Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>deploy</id>
<name>mmm snapshot repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<site child.site.url.inherit.append.path="false">
<id>mmm-site</id>
<url>file:///Users/hohwille/projects/mmm/workspaces/main/code/target/mmm-site</url>
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-code-base</artifactId>
<version>1.0.0-beta5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-code-java-parser</artifactId>
<version>1.0.0-beta5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-code-java-maven</artifactId>
<version>1.0.0-beta5</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.sf.m-m-m</groupId>
<artifactId>mmm-code-java-impl</artifactId>
<version>1.0.0-beta5</version>
</dependency>
|
| Gradle: |
net.sf.m-m-m:mmm-code-java-impl:1.0.0-beta5 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|