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