GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdbookstore-app |
Version | Version6.0.0-m3 |
Type | Typewar |
Filename | Size |
---|---|
bookstore-app-6.0.0-m3.pom | |
bookstore-app-6.0.0-m3.war | 591 KB |
bookstore-app-6.0.0-m3-sources.jar | 8 KB |
bookstore-app-6.0.0-m3-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>bookstore-app</artifactId>
<version>6.0.0-m3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/
implementation 'org.wso2.appserver:bookstore-app:6.0.0-m3'
// https://jarcasting.com/artifacts/org.wso2.appserver/bookstore-app/
implementation ("org.wso2.appserver:bookstore-app:6.0.0-m3")
'org.wso2.appserver:bookstore-app:war:6.0.0-m3'
<dependency org="org.wso2.appserver" name="bookstore-app" rev="6.0.0-m3">
<artifact name="bookstore-app" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='bookstore-app', version='6.0.0-m3')
)
libraryDependencies += "org.wso2.appserver" % "bookstore-app" % "6.0.0-m3"
[org.wso2.appserver/bookstore-app "6.0.0-m3"]