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