Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.carbon.devicemgt |
ArtifactId | ArtifactIdjwt-client-feature |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
jwt-client-feature-1.2.1.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>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/jwt-client-feature/
implementation 'org.wso2.carbon.devicemgt:jwt-client-feature:1.2.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.devicemgt/jwt-client-feature/
implementation ("org.wso2.carbon.devicemgt:jwt-client-feature:1.2.1")
'org.wso2.carbon.devicemgt:jwt-client-feature:pom:1.2.1'
<dependency org="org.wso2.carbon.devicemgt" name="jwt-client-feature" rev="1.2.1">
<artifact name="jwt-client-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.devicemgt', module='jwt-client-feature', version='1.2.1')
)
libraryDependencies += "org.wso2.carbon.devicemgt" % "jwt-client-feature" % "1.2.1"
[org.wso2.carbon.devicemgt/jwt-client-feature "1.2.1"]