Download os-maven-plugin-1.5.0.Final.jar file - Jar o

Jar examples for o:os-maven-plugin

Description

A Maven extension/plugin that generates various useful platform-dependent project properties normalized from ${os.name} and ${os.arch}.

You can download jar file os-maven-plugin 1.5.0.Final in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add os-maven-plugin-1.5.0.Final.jar to your project.

<dependency>
   <groupId>kr.motd.maven</groupId>
   <artifactId>os-maven-plugin</artifactId>
   <version>1.5.0.Final</version>
</dependency>
compile group: 'kr.motd.maven', name: 'os-maven-plugin', version: '1.5.0.Final'
libraryDependencies += "kr.motd.maven" % "os-maven-plugin" % "1.5.0.Final"
<dependency org="kr.motd.maven" name="os-maven-plugin" rev="1.5.0.Final"/>
@Grapes(@Grab(group='kr.motd.maven', module='os-maven-plugin', version='1.5.0.Final'))
'kr.motd.maven:os-maven-plugin:jar:1.5.0.Final'

Download

Click the following link to download the jar file.

os-maven-plugin-1.5.0.Final-javadoc.jar
os-maven-plugin-1.5.0.Final-sources.jar
os-maven-plugin-1.5.0.Final.jar
os-maven-plugin-1.5.0.Final.pom



Related Tutorials