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