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