<dependency>
<groupId>org.opendaylight.aaa</groupId>
<artifactId>aaa-credential-store-api</artifactId>
<version>0.5.2-Carbon</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.aaa" % "aaa-credential-store-api" % "0.5.2-Carbon"
@Grapes(
@Grab(group='org.opendaylight.aaa', module='aaa-credential-store-api', version='0.5.2-Carbon')
)
<dependency org="org.opendaylight.aaa" name="aaa-credential-store-api" rev="0.5.2-Carbon" />