Categories |
CategoriesJetty Container Application Servers Net |
---|---|
GroupId | GroupIdnet.unit8.enkan |
ArtifactId | ArtifactIdenkan-component-jetty |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-jetty/ -->
<dependency>
<groupId>net.unit8.enkan</groupId>
<artifactId>enkan-component-jetty</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-jetty/
implementation 'net.unit8.enkan:enkan-component-jetty:0.1.1'
// https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-jetty/
implementation ("net.unit8.enkan:enkan-component-jetty:0.1.1")
'net.unit8.enkan:enkan-component-jetty:jar:0.1.1'
<dependency org="net.unit8.enkan" name="enkan-component-jetty" rev="0.1.1">
<artifact name="enkan-component-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unit8.enkan', module='enkan-component-jetty', version='0.1.1')
)
libraryDependencies += "net.unit8.enkan" % "enkan-component-jetty" % "0.1.1"
[net.unit8.enkan/enkan-component-jetty "0.1.1"]