License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.tuupertunut |
ArtifactId | ArtifactIdpowershell-lib-java |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionPowerShellLibJava
A simple library for using PowerShell from Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
powershell-lib-java-2.0.0.pom | |
powershell-lib-java-2.0.0.jar | 10 KB |
powershell-lib-java-2.0.0-sources.jar | 11 KB |
powershell-lib-java-2.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tuupertunut/powershell-lib-java/ -->
<dependency>
<groupId>com.github.tuupertunut</groupId>
<artifactId>powershell-lib-java</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tuupertunut/powershell-lib-java/
implementation 'com.github.tuupertunut:powershell-lib-java:2.0.0'
// https://jarcasting.com/artifacts/com.github.tuupertunut/powershell-lib-java/
implementation ("com.github.tuupertunut:powershell-lib-java:2.0.0")
'com.github.tuupertunut:powershell-lib-java:jar:2.0.0'
<dependency org="com.github.tuupertunut" name="powershell-lib-java" rev="2.0.0">
<artifact name="powershell-lib-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tuupertunut', module='powershell-lib-java', version='2.0.0')
)
libraryDependencies += "com.github.tuupertunut" % "powershell-lib-java" % "2.0.0"
[com.github.tuupertunut/powershell-lib-java "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |