Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.tuupertunut |
ArtifactId | ArtifactIdpowershell-lib-java |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
powershell-lib-java-1.1.1.pom | |
powershell-lib-java-1.1.1.jar | 10 KB |
powershell-lib-java-1.1.1-sources.jar | 11 KB |
powershell-lib-java-1.1.1-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>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tuupertunut/powershell-lib-java/
implementation 'com.github.tuupertunut:powershell-lib-java:1.1.1'
// https://jarcasting.com/artifacts/com.github.tuupertunut/powershell-lib-java/
implementation ("com.github.tuupertunut:powershell-lib-java:1.1.1")
'com.github.tuupertunut:powershell-lib-java:jar:1.1.1'
<dependency org="com.github.tuupertunut" name="powershell-lib-java" rev="1.1.1">
<artifact name="powershell-lib-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tuupertunut', module='powershell-lib-java', version='1.1.1')
)
libraryDependencies += "com.github.tuupertunut" % "powershell-lib-java" % "1.1.1"
[com.github.tuupertunut/powershell-lib-java "1.1.1"]