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