Java to C# converter

CodeJuicer's Java to C# code coverter

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.codejuicer
ArtifactId

ArtifactId

java2csharp-maven-plugin
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Java to C# converter
CodeJuicer's Java to C# code coverter
Project URL

Project URL

https://github.com/codejuicer/java2csharp
Source Code Management

Source Code Management

https://github.com/codejuicer/java2csharp

Download java2csharp-maven-plugin

How to add to project

<plugin>
    <groupId>org.codejuicer</groupId>
    <artifactId>java2csharp-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.3
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-artifact jar 3.3.3
org.eclipse.jdt : org.eclipse.jdt.core jar 3.12.3
org.eclipse.core : runtime jar 3.10.0-v20140318-2214
org.eclipse.birt.runtime : org.eclipse.core.resources jar 3.10.0.v20150423-0755

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.apache.commons : commons-io jar 1.3.2

Project Modules

There are no modules declared in this project.

java2csharp

maven plugin to convert java classes to c# using a subset of sharpen library.

ABOUT SHARPEN

Sharpen is an Eclipse plugin which can covert Java code to C#. This free plugin has been implemented by db4o.

See the following pages for more information:

Product description: http://developer.db4o.com/Projects/html/projectspaces/db4o_product_design/sharpen.html

User guide: http://developer.db4o.com/Documentation/Reference/db4o-7.12/java/reference/html/reference/sharpen.html

Source code: https://source.db4o.com/db4o/trunk/sandbox/blogs/SharpenExamples/ContactList

You can find the original sharpen code used for this plugin here: https://github.com/slluis/sharpen

Installation

java2csharp plugin are available on the releases page and at [Maven Central] (http://search.maven.org/#browse%7C-1189551211).

Integration with Maven

To use the official release of java2csharp, please use the following snippet in your pom.xml

    <build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>java2csharp-maven-plugin</artifactId>
				<version>1.0.0</version>
				<executions>
					<execution>
						<phase>compile</phase>
						<goals>
							<goal>java2csharp</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<conversionConfigurations>
						<conversionconfiguration>
							<name>
								name of configuration unit
							</name>
							<sourcePath>
								path to your source path
							</sourcePath>
							<outputDirectory>
								path to your output directory
							</outputDirectory>
						</conversionconfiguration>
					</conversionConfigurations>
				</configuration>
			</plugin>
			
			....
			</plugins>
		</pluginManagement>
	</build>
org.codejuicer

codejuicer.org

fresh open source Java toolkits, made with healthy code ingredients

Versions

Version
1.0.4
1.0.3
1.0.2