cs-maven
This maven plugin allows you to compile and test c# code as well as deploy the binaries to maven repositories.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаio.github.miracelwhipp.net.xunit.runner |
| Идентификатор | Идентификаторnet-xunit-runner |
| Последняя версия | Последняя версия2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis maven plugin allows you to compile and test c# code as well as deploy the binaries to maven repositories.
|
| Имя Файла | Размер |
|---|---|
| net-xunit-runner-2.0.pom | |
| net-xunit-runner-2.0.jar | 6 KB |
| net-xunit-runner-2.0-sources.jar | 4 KB |
| net-xunit-runner-2.0-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.net.xunit.runner/net-xunit-runner/ -->
<dependency>
<groupId>io.github.miracelwhipp.net.xunit.runner</groupId>
<artifactId>net-xunit-runner</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.xunit.runner/net-xunit-runner/
implementation 'io.github.miracelwhipp.net.xunit.runner:net-xunit-runner:2.0'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.xunit.runner/net-xunit-runner/
implementation ("io.github.miracelwhipp.net.xunit.runner:net-xunit-runner:2.0")
'io.github.miracelwhipp.net.xunit.runner:net-xunit-runner:jar:2.0'
<dependency org="io.github.miracelwhipp.net.xunit.runner" name="net-xunit-runner" rev="2.0">
<artifact name="net-xunit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.net.xunit.runner', module='net-xunit-runner', version='2.0')
)
libraryDependencies += "io.github.miracelwhipp.net.xunit.runner" % "net-xunit-runner" % "2.0"
[io.github.miracelwhipp.net.xunit.runner/net-xunit-runner "2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.github.miracelwhipp.net.common : net-common | jar | 2.0 |
| io.github.miracelwhipp.net.provider : net-framework-provider-api | jar | 2.0 |
| org.codehaus.plexus : plexus-component-annotations | jar | 1.5.5 |
| org.apache.maven : maven-plugin-api | jar | 3.2.3 |
| xunit.runner.console » xunit.runner.console | nupkg | 2.4.0 |
This maven plugin allows you to compile and test c# code as well as deploy the binaries to maven repositories.