GroupId | GroupIdcom.sandpolis |
---|---|
ArtifactId | ArtifactIdsandpolis-plugin-shell |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sandpolis-plugin-shell-5.1.0.pom | |
sandpolis-plugin-shell-5.1.0.jar | 114 KB |
sandpolis-plugin-shell-5.1.0-sources.jar | 20 KB |
sandpolis-plugin-shell-5.1.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sandpolis/sandpolis-plugin-shell/ -->
<dependency>
<groupId>com.sandpolis</groupId>
<artifactId>sandpolis-plugin-shell</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sandpolis/sandpolis-plugin-shell/
implementation 'com.sandpolis:sandpolis-plugin-shell:5.1.0'
// https://jarcasting.com/artifacts/com.sandpolis/sandpolis-plugin-shell/
implementation ("com.sandpolis:sandpolis-plugin-shell:5.1.0")
'com.sandpolis:sandpolis-plugin-shell:jar:5.1.0'
<dependency org="com.sandpolis" name="sandpolis-plugin-shell" rev="5.1.0">
<artifact name="sandpolis-plugin-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sandpolis', module='sandpolis-plugin-shell', version='5.1.0')
)
libraryDependencies += "com.sandpolis" % "sandpolis-plugin-shell" % "5.1.0"
[com.sandpolis/sandpolis-plugin-shell "5.1.0"]