Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.carbon.devicemgt |
ArtifactId | ArtifactIdjwt-client-feature |
Version | Version2.0.70 |
Type | Typepom |
Filename | Size |
---|---|
jwt-client-feature-2.0.70.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/jwt-client-feature/ -->
<dependency>
<groupId>org.wso2.carbon.devicemgt</groupId>
<artifactId>jwt-client-feature</artifactId>
<version>2.0.70</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/jwt-client-feature/
implementation 'org.wso2.carbon.devicemgt:jwt-client-feature:2.0.70'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/jwt-client-feature/
implementation ("org.wso2.carbon.devicemgt:jwt-client-feature:2.0.70")
'org.wso2.carbon.devicemgt:jwt-client-feature:pom:2.0.70'
<dependency org="org.wso2.carbon.devicemgt" name="jwt-client-feature" rev="2.0.70">
<artifact name="jwt-client-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt', module='jwt-client-feature', version='2.0.70')
)
libraryDependencies += "org.wso2.carbon.devicemgt" % "jwt-client-feature" % "2.0.70"
[org.wso2.carbon.devicemgt/jwt-client-feature "2.0.70"]