| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаio.github.miracelwhipp.net |
| Идентификатор | Идентификаторnet-cs-maven |
| Последняя версия | Последняя версия2.1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| net-cs-maven-2.1.2.pom | 7 KB |
| Обзор |
<!-- 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"]