Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.pnc.causeway |
ArtifactId | ArtifactIdcauseway-rest |
Version | Version1.3.1 |
Type | Typeejb |
Filename | Size |
---|---|
causeway-rest-1.3.1.pom | |
causeway-rest-1.3.1.jar | 57 KB |
causeway-rest-1.3.1-sources.jar | 28 KB |
causeway-rest-1.3.1-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-rest/ -->
<dependency>
<groupId>org.jboss.pnc.causeway</groupId>
<artifactId>causeway-rest</artifactId>
<version>1.3.1</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-rest/
implementation 'org.jboss.pnc.causeway:causeway-rest:1.3.1'
// https://jarcasting.com/artifacts/org.jboss.pnc.causeway/causeway-rest/
implementation ("org.jboss.pnc.causeway:causeway-rest:1.3.1")
'org.jboss.pnc.causeway:causeway-rest:ejb:1.3.1'
<dependency org="org.jboss.pnc.causeway" name="causeway-rest" rev="1.3.1">
<artifact name="causeway-rest" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc.causeway', module='causeway-rest', version='1.3.1')
)
libraryDependencies += "org.jboss.pnc.causeway" % "causeway-rest" % "1.3.1"
[org.jboss.pnc.causeway/causeway-rest "1.3.1"]