m

monotouch-maven-plugin

A Maven plugin for building a MonoTouch project and deploying it to iOS simulator or device.
http://github.com/samskivert/monotouch-maven-plugin
The (New) BSD License
Michael Bayne
Files download
File Operation
monotouch-maven-plugin-1.0.1.jar download
monotouch-maven-plugin-1.0.1.pom download
monotouch-maven-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.samskivert</groupId>
  <artifactId>monotouch-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.samskivert:monotouch-maven-plugin:1.0.1'
Gradle Kotlin
implementation("com.samskivert:monotouch-maven-plugin:1.0.1")
Scala SBT
libraryDependencies += "com.samskivert" % "monotouch-maven-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.samskivert', module='monotouch-maven-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="com.samskivert" name="monotouch-maven-plugin" rev="1.0.1" />
Leiningen
[com.samskivert/monotouch-maven-plugin "1.0.1"]
Apache Buildr
'com.samskivert:monotouch-maven-plugin:jar:1.0.1'