License |
License |
---|---|
GroupId | GroupIdorg.ancoron.movie |
ArtifactId | ArtifactIdmovie-web |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionMovie Web App
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
Filename | Size |
---|---|
movie-web-1.0.0.pom | |
movie-web-1.0.0.war | 567 KB |
movie-web-1.0.0-sources.jar | 6 KB |
movie-web-1.0.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ancoron.movie/movie-web/ -->
<dependency>
<groupId>org.ancoron.movie</groupId>
<artifactId>movie-web</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.movie/movie-web/
implementation 'org.ancoron.movie:movie-web:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.movie/movie-web/
implementation ("org.ancoron.movie:movie-web:1.0.0")
'org.ancoron.movie:movie-web:war:1.0.0'
<dependency org="org.ancoron.movie" name="movie-web" rev="1.0.0">
<artifact name="movie-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.movie', module='movie-web', version='1.0.0')
)
libraryDependencies += "org.ancoron.movie" % "movie-web" % "1.0.0"
[org.ancoron.movie/movie-web "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ocpsoft : prettyfaces-jsf2 | jar | 3.2.0 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |