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.jar download
monotouch-maven-plugin-1.0.pom download
monotouch-maven-plugin-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.samskivert</groupId>
  <artifactId>monotouch-maven-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.samskivert:monotouch-maven-plugin:1.0'
Gradle Kotlin
implementation("com.samskivert:monotouch-maven-plugin:1.0")
Scala SBT
libraryDependencies += "com.samskivert" % "monotouch-maven-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.samskivert', module='monotouch-maven-plugin', version='1.0')
)
Apache Ivy
<dependency org="com.samskivert" name="monotouch-maven-plugin" rev="1.0" />
Leiningen
[com.samskivert/monotouch-maven-plugin "1.0"]
Apache Buildr
'com.samskivert:monotouch-maven-plugin:jar:1.0'