Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.microsoft.identity |
ArtifactId | ArtifactIdcommon4j |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
common4j-0.0.3.pom | |
common4j-0.0.3.jar | 46 KB |
common4j-0.0.3-sources.jar | 261 bytes |
common4j-0.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.identity/common4j/ -->
<dependency>
<groupId>com.microsoft.identity</groupId>
<artifactId>common4j</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation 'com.microsoft.identity:common4j:0.0.3'
// https://jarcasting.com/artifacts/com.microsoft.identity/common4j/
implementation ("com.microsoft.identity:common4j:0.0.3")
'com.microsoft.identity:common4j:jar:0.0.3'
<dependency org="com.microsoft.identity" name="common4j" rev="0.0.3">
<artifact name="common4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.identity', module='common4j', version='0.0.3')
)
libraryDependencies += "com.microsoft.identity" % "common4j" % "0.0.3"
[com.microsoft.identity/common4j "0.0.3"]