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