| License |
License |
|---|---|
| GroupId | GroupIdcom.github.frimtec |
| ArtifactId | ArtifactIdjpse |
| Last Version | Last Version1.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjpse
JPSE (Java PowerShell Executor) - Library to easialy execute Powershell scripts and commands from Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jpse-1.3.2.pom | |
| jpse-1.3.2.jar | 11 KB |
| jpse-1.3.2-sources.jar | 7 KB |
| jpse-1.3.2-javadoc.jar | 400 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |