| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdorg.wso2.carbon.identity.server.api | 
    
| ArtifactId | ArtifactIdorg.wso2.carbon.identity.api.server.script.library | 
    
| Last Version | Last Version1.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Description | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| org.wso2.carbon.identity.api.server.script.library-1.1.3.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.script.library/ -->
<dependency>
    <groupId>org.wso2.carbon.identity.server.api</groupId>
    <artifactId>org.wso2.carbon.identity.api.server.script.library</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.script.library/
implementation 'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.script.library:1.1.3'
                // https://jarcasting.com/artifacts/org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.script.library/
implementation ("org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.script.library:1.1.3")
                'org.wso2.carbon.identity.server.api:org.wso2.carbon.identity.api.server.script.library:pom:1.1.3'
                <dependency org="org.wso2.carbon.identity.server.api" name="org.wso2.carbon.identity.api.server.script.library" rev="1.1.3">
  <artifact name="org.wso2.carbon.identity.api.server.script.library" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.wso2.carbon.identity.server.api', module='org.wso2.carbon.identity.api.server.script.library', version='1.1.3')
)
                libraryDependencies += "org.wso2.carbon.identity.server.api" % "org.wso2.carbon.identity.api.server.script.library" % "1.1.3"
                [org.wso2.carbon.identity.server.api/org.wso2.carbon.identity.api.server.script.library "1.1.3"]