Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.yahoo.athenz |
ArtifactId | ArtifactIdathenz-jetty-container |
Version | Version1.10.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-jetty-container/ -->
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-jetty-container</artifactId>
<version>1.10.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-jetty-container/
implementation 'com.yahoo.athenz:athenz-jetty-container:1.10.11'
// https://jarcasting.com/artifacts/com.yahoo.athenz/athenz-jetty-container/
implementation ("com.yahoo.athenz:athenz-jetty-container:1.10.11")
'com.yahoo.athenz:athenz-jetty-container:jar:1.10.11'
<dependency org="com.yahoo.athenz" name="athenz-jetty-container" rev="1.10.11">
<artifact name="athenz-jetty-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.athenz', module='athenz-jetty-container', version='1.10.11')
)
libraryDependencies += "com.yahoo.athenz" % "athenz-jetty-container" % "1.10.11"
[com.yahoo.athenz/athenz-jetty-container "1.10.11"]