Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-with-jetty |
Version | Version6.13.6 |
Type | Typejar |
Filename | Size |
---|---|
aspectran-with-jetty-6.13.6.pom | |
aspectran-with-jetty-6.13.6.jar | 18 KB |
aspectran-with-jetty-6.13.6-sources.jar | 11 KB |
aspectran-with-jetty-6.13.6-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-jetty</artifactId>
<version>6.13.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/
implementation 'com.aspectran:aspectran-with-jetty:6.13.6'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/
implementation ("com.aspectran:aspectran-with-jetty:6.13.6")
'com.aspectran:aspectran-with-jetty:jar:6.13.6'
<dependency org="com.aspectran" name="aspectran-with-jetty" rev="6.13.6">
<artifact name="aspectran-with-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-with-jetty', version='6.13.6')
)
libraryDependencies += "com.aspectran" % "aspectran-with-jetty" % "6.13.6"
[com.aspectran/aspectran-with-jetty "6.13.6"]