MVN

io.github.miracelwhipp.net : net-cs-maven

Maven & Gradle

Jul 15, 2022
0 stars

io.github.miracelwhipp.net:net-cs-maven · This maven plugin allows you to compile and test c# code as well as deploy the binaries to maven repositories.

<dependency>
    <groupId>io.github.miracelwhipp.net</groupId>
    <artifactId>net-cs-maven</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.miracelwhipp.net : net-cs-maven to add to Maven - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of io.github.miracelwhipp.net : net-cs-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
net-cs-maven-2.1.3
net-cs-maven-2.1.2
net-cs-maven-2.1.1
2.1
net-cs-maven-2.1
2.0
net-cs-maven-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.miracelwhipp.net</groupId>
    <artifactId>net-cs-maven</artifactId>
    <version>2.1.3</version>
</dependency>

Advertisement