| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.ow2.weblab.webservices | 
    
| ArtifactId | ArtifactIdmoses-translation | 
    
| Last Version | Last Version1.0-RC1 | 
        
| Release Date | Release Date | 
        
| Type | Typewar | 
    
| Description | 
            DescriptionMoses translate service 
            This service rely on Moses, and the command line must be installed. NOT TESTED ON WINDOWS BASED OPERATING SYSTEM.
	A dc:language property is added to every Text section that will be created in parallel to the original Text section. 
         | 
    
| Filename | Size | 
|---|---|
| moses-translation-1.0-RC1.pom | |
| moses-translation-1.0-RC1.war | 10 MB | 
| moses-translation-1.0-RC1-sources.jar | 6 KB | 
| moses-translation-1.0-RC1-javadoc.jar | 40 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ow2.weblab.webservices/moses-translation/ -->
<dependency>
    <groupId>org.ow2.weblab.webservices</groupId>
    <artifactId>moses-translation</artifactId>
    <version>1.0-RC1</version>
    <type>war</type>
</dependency>
                // https://jarcasting.com/artifacts/org.ow2.weblab.webservices/moses-translation/
implementation 'org.ow2.weblab.webservices:moses-translation:1.0-RC1'
                // https://jarcasting.com/artifacts/org.ow2.weblab.webservices/moses-translation/
implementation ("org.ow2.weblab.webservices:moses-translation:1.0-RC1")
                'org.ow2.weblab.webservices:moses-translation:war:1.0-RC1'
                <dependency org="org.ow2.weblab.webservices" name="moses-translation" rev="1.0-RC1">
  <artifact name="moses-translation" type="war" />
</dependency>
                @Grapes(
@Grab(group='org.ow2.weblab.webservices', module='moses-translation', version='1.0-RC1')
)
                libraryDependencies += "org.ow2.weblab.webservices" % "moses-translation" % "1.0-RC1"
                [org.ow2.weblab.webservices/moses-translation "1.0-RC1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.ow2.weblab.core : model | jar | 1.2.2 | 
| org.ow2.weblab.core : extended | jar | 1.2.2 | 
| org.ow2.weblab.core : annotator | jar | 1.2.4 | 
| org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.4.0 | 
| org.apache.cxf : cxf-rt-transports-http | jar | 2.4.0 | 
| xalan : xalan | jar | 2.7.1 | 
| commons-logging : commons-logging | jar | 1.1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 |