is not current version
Last Version 2.1.2

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

This maven plugin allows you to compile and test c# code as well as deploy the binaries to maven repositories.

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

io.github.miracelwhipp.net
ArtifactId

ArtifactId

net-cs-maven
Version

Version

2.0
Type

Type

pom

Download net-cs-maven 2.0

Filename Size
net-cs-maven-2.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.net/net-cs-maven/ -->
<dependency>
    <groupId>io.github.miracelwhipp.net</groupId>
    <artifactId>net-cs-maven</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net/net-cs-maven/
implementation 'io.github.miracelwhipp.net:net-cs-maven:2.0'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net/net-cs-maven/
implementation ("io.github.miracelwhipp.net:net-cs-maven:2.0")
'io.github.miracelwhipp.net:net-cs-maven:pom:2.0'
<dependency org="io.github.miracelwhipp.net" name="net-cs-maven" rev="2.0">
  <artifact name="net-cs-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.net', module='net-cs-maven', version='2.0')
)
libraryDependencies += "io.github.miracelwhipp.net" % "net-cs-maven" % "2.0"
[io.github.miracelwhipp.net/net-cs-maven "2.0"]