| GroupId | GroupIdorg.wso2.samples.is |
|---|---|
| ArtifactId | ArtifactIdphoto-edit |
| Version | Version4.3.8 |
| Type | Typewar |
| Filename | Size |
|---|---|
| photo-edit-4.3.8.pom | |
| photo-edit-4.3.8.war | 3 MB |
| photo-edit-4.3.8-sources.jar | 1001 KB |
| photo-edit-4.3.8-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.samples.is/photo-edit/ -->
<dependency>
<groupId>org.wso2.samples.is</groupId>
<artifactId>photo-edit</artifactId>
<version>4.3.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.samples.is/photo-edit/
implementation 'org.wso2.samples.is:photo-edit:4.3.8'
// https://jarcasting.com/artifacts/org.wso2.samples.is/photo-edit/
implementation ("org.wso2.samples.is:photo-edit:4.3.8")
'org.wso2.samples.is:photo-edit:war:4.3.8'
<dependency org="org.wso2.samples.is" name="photo-edit" rev="4.3.8">
<artifact name="photo-edit" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.samples.is', module='photo-edit', version='4.3.8')
)
libraryDependencies += "org.wso2.samples.is" % "photo-edit" % "4.3.8"
[org.wso2.samples.is/photo-edit "4.3.8"]