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