| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Net |
| GroupId | GroupIdio.github.miracelwhipp.net |
| ArtifactId | ArtifactIdnet-cs-maven |
| Last Version | Last Version2.1.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionio.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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| net-cs-maven-2.1.2.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.1.2</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.1.2'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net/net-cs-maven/
implementation ("io.github.miracelwhipp.net:net-cs-maven:2.1.2")
'io.github.miracelwhipp.net:net-cs-maven:pom:2.1.2'
<dependency org="io.github.miracelwhipp.net" name="net-cs-maven" rev="2.1.2">
<artifact name="net-cs-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.net', module='net-cs-maven', version='2.1.2')
)
libraryDependencies += "io.github.miracelwhipp.net" % "net-cs-maven" % "2.1.2"
[io.github.miracelwhipp.net/net-cs-maven "2.1.2"]