| Group ID: |
net.sf.smc |
| Artifact ID: |
example-java-ex6 |
| Last modified: |
13.11.2022 17:07 |
| Packaging: |
jar |
| Name: |
SMC example - Java 6 |
|
|
| Size: |
41.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/net/sf/smc/example-java-ex6/7.4.0/example-java-ex6-7.4.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.sf.smc</groupId>
<artifactId>smc</artifactId>
<version>7.4.0</version>
</parent>
<artifactId>example-java-ex6</artifactId>
<packaging>jar</packaging>
<name>SMC example - Java 6</name>
<properties>
<project.property.user>Charles W. Rapp</project.property.user>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<id>fsm-src-build</id>
<phase>generate-sources</phase>
<goals>
<goal>smc</goal>
</goals>
<configuration>
<targetLanguage>java7</targetLanguage>
<verbose>true</verbose>
<debugLevel>1</debugLevel>
<reflection>true</reflection>
<serial>true</serial>
<generic>true</generic>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>example-java-ex6</artifactId>
<version>7.4.0</version>
</dependency>
|
| Gradle: |
net.sf.smc:example-java-ex6:7.4.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|