Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.wso2.samples.is |
ArtifactId | ArtifactIdcustom-grant |
Version | Version4.3.4 |
Type | Typejar |
Filename | Size |
---|---|
custom-grant-4.3.4.pom | |
custom-grant-4.3.4.jar | 20 KB |
custom-grant-4.3.4-sources.jar | 19 KB |
custom-grant-4.3.4-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.samples.is/custom-grant/ -->
<dependency>
<groupId>org.wso2.samples.is</groupId>
<artifactId>custom-grant</artifactId>
<version>4.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.samples.is/custom-grant/
implementation 'org.wso2.samples.is:custom-grant:4.3.4'
// https://jarcasting.com/artifacts/org.wso2.samples.is/custom-grant/
implementation ("org.wso2.samples.is:custom-grant:4.3.4")
'org.wso2.samples.is:custom-grant:jar:4.3.4'
<dependency org="org.wso2.samples.is" name="custom-grant" rev="4.3.4">
<artifact name="custom-grant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.samples.is', module='custom-grant', version='4.3.4')
)
libraryDependencies += "org.wso2.samples.is" % "custom-grant" % "4.3.4"
[org.wso2.samples.is/custom-grant "4.3.4"]