Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.causeway |
ArtifactId | ArtifactIdcauseway-web |
Version | Version1.1.3 |
Type | Typewar |
Filename | Size |
---|---|
causeway-web-1.1.3.pom | |
causeway-web-1.1.3.war | 2 MB |
causeway-web-1.1.3-sources.jar | 3 KB |
causeway-web-1.1.3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-web/ -->
<dependency>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway-web</artifactId>
<version>1.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-web/
implementation 'org.jboss.pnc.causeway:causeway-web:1.1.3'
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-web/
implementation ("org.jboss.pnc.causeway:causeway-web:1.1.3")
'org.jboss.pnc.causeway:causeway-web:war:1.1.3'
<dependency org="org.jboss.pnc.causeway" name="causeway-web" rev="1.1.3">
<artifact name="causeway-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.causeway', module='causeway-web', version='1.1.3')
)
libraryDependencies += "org.jboss.pnc.causeway" % "causeway-web" % "1.1.3"
[org.jboss.pnc.causeway/causeway-web "1.1.3"]