Categories |
CategoriesTomcat Container Application Servers Net |
---|---|
GroupId | GroupIdnet.sf.michael-o.tomcat |
ArtifactId | ArtifactIdtomcat-authnz-spnego-ad |
Version | Version0.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.michael-o.tomcat/tomcat-authnz-spnego-ad/ -->
<dependency>
<groupId>net.sf.michael-o.tomcat</groupId>
<artifactId>tomcat-authnz-spnego-ad</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.michael-o.tomcat/tomcat-authnz-spnego-ad/
implementation 'net.sf.michael-o.tomcat:tomcat-authnz-spnego-ad:0.9.2'
// https://jarcasting.com/artifacts/net.sf.michael-o.tomcat/tomcat-authnz-spnego-ad/
implementation ("net.sf.michael-o.tomcat:tomcat-authnz-spnego-ad:0.9.2")
'net.sf.michael-o.tomcat:tomcat-authnz-spnego-ad:jar:0.9.2'
<dependency org="net.sf.michael-o.tomcat" name="tomcat-authnz-spnego-ad" rev="0.9.2">
<artifact name="tomcat-authnz-spnego-ad" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.michael-o.tomcat', module='tomcat-authnz-spnego-ad', version='0.9.2')
)
libraryDependencies += "net.sf.michael-o.tomcat" % "tomcat-authnz-spnego-ad" % "0.9.2"
[net.sf.michael-o.tomcat/tomcat-authnz-spnego-ad "0.9.2"]