Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.aspectran |
ArtifactId | ArtifactIdaspectran-with-jetty |
Version | Version5.9.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-jetty</artifactId>
<version>5.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/
implementation 'com.aspectran:aspectran-with-jetty:5.9.5'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-jetty/
implementation ("com.aspectran:aspectran-with-jetty:5.9.5")
'com.aspectran:aspectran-with-jetty:jar:5.9.5'
<dependency org="com.aspectran" name="aspectran-with-jetty" rev="5.9.5">
<artifact name="aspectran-with-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-with-jetty', version='5.9.5')
)
libraryDependencies += "com.aspectran" % "aspectran-with-jetty" % "5.9.5"
[com.aspectran/aspectran-with-jetty "5.9.5"]