Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.causeway |
ArtifactId | ArtifactIdcauseway |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
causeway-1.1.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway/ -->
<dependency>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway/
implementation 'org.jboss.pnc.causeway:causeway:1.1.4'
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway/
implementation ("org.jboss.pnc.causeway:causeway:1.1.4")
'org.jboss.pnc.causeway:causeway:pom:1.1.4'
<dependency org="org.jboss.pnc.causeway" name="causeway" rev="1.1.4">
<artifact name="causeway" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.causeway', module='causeway', version='1.1.4')
)
libraryDependencies += "org.jboss.pnc.causeway" % "causeway" % "1.1.4"
[org.jboss.pnc.causeway/causeway "1.1.4"]