| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.frimtec |
| Идентификатор | Идентификаторjpse |
| Версия | Версия1.3.2 |
| Тип | Типjar |
| Описание |
Описаниеjpse
JPSE (Java PowerShell Executor) - Library to easialy execute Powershell scripts and commands from Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jpse-1.3.2.pom | |
| jpse-1.3.2.jar | 13 KB |
| jpse-1.3.2-sources.jar | 9 KB |
| jpse-1.3.2-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.frimtec/jpse/ -->
<dependency>
<groupId>com.github.frimtec</groupId>
<artifactId>jpse</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frimtec/jpse/
implementation 'com.github.frimtec:jpse:1.3.2'
// https://jarcasting.com/artifacts/com.github.frimtec/jpse/
implementation ("com.github.frimtec:jpse:1.3.2")
'com.github.frimtec:jpse:jar:1.3.2'
<dependency org="com.github.frimtec" name="jpse" rev="1.3.2">
<artifact name="jpse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frimtec', module='jpse', version='1.3.2')
)
libraryDependencies += "com.github.frimtec" % "jpse" % "1.3.2"
[com.github.frimtec/jpse "1.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.mockito : mockito-core | jar | 4.3.1 |