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