GroupId | GroupIdcom.aspectran |
---|---|
ArtifactId | ArtifactIdaspectran-shell |
Version | Version5.9.8 |
Type | Typejar |
Filename | Size |
---|---|
aspectran-shell-5.9.8.pom | |
aspectran-shell-5.9.8.jar | 110 KB |
aspectran-shell-5.9.8-sources.jar | 85 KB |
aspectran-shell-5.9.8-javadoc.jar | 741 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-shell/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-shell</artifactId>
<version>5.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell/
implementation 'com.aspectran:aspectran-shell:5.9.8'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-shell/
implementation ("com.aspectran:aspectran-shell:5.9.8")
'com.aspectran:aspectran-shell:jar:5.9.8'
<dependency org="com.aspectran" name="aspectran-shell" rev="5.9.8">
<artifact name="aspectran-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-shell', version='5.9.8')
)
libraryDependencies += "com.aspectran" % "aspectran-shell" % "5.9.8"
[com.aspectran/aspectran-shell "5.9.8"]