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