| License | License | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdorg.opendaylight.aaa | 
| ArtifactId | ArtifactIdaaa-authn-mdsal-config | 
| Last Version | Last Version0.3.4-Beryllium-SR4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionAuthN Token Store Service Configuration file | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.aaa/aaa-authn-mdsal-config/ -->
<dependency>
    <groupId>org.opendaylight.aaa</groupId>
    <artifactId>aaa-authn-mdsal-config</artifactId>
    <version>0.3.4-Beryllium-SR4</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.aaa/aaa-authn-mdsal-config/
implementation 'org.opendaylight.aaa:aaa-authn-mdsal-config:0.3.4-Beryllium-SR4'// https://jarcasting.com/artifacts/org.opendaylight.aaa/aaa-authn-mdsal-config/
implementation ("org.opendaylight.aaa:aaa-authn-mdsal-config:0.3.4-Beryllium-SR4")'org.opendaylight.aaa:aaa-authn-mdsal-config:jar:0.3.4-Beryllium-SR4'<dependency org="org.opendaylight.aaa" name="aaa-authn-mdsal-config" rev="0.3.4-Beryllium-SR4">
  <artifact name="aaa-authn-mdsal-config" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.aaa', module='aaa-authn-mdsal-config', version='0.3.4-Beryllium-SR4')
)libraryDependencies += "org.opendaylight.aaa" % "aaa-authn-mdsal-config" % "0.3.4-Beryllium-SR4"[org.opendaylight.aaa/aaa-authn-mdsal-config "0.3.4-Beryllium-SR4"]