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