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