Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdbc-rest |
Version | Version1.1.0 |
Type | Typewar |
Filename | Size |
---|---|
bc-rest-1.1.0.pom | |
bc-rest-1.1.0.war | 6 MB |
bc-rest-1.1.0-sources.jar | 10 KB |
bc-rest-1.1.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/bc-rest/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>bc-rest</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/bc-rest/
implementation 'org.jboss.da:bc-rest:1.1.0'
// https://jarcasting.com/artifacts/org.jboss.da/bc-rest/
implementation ("org.jboss.da:bc-rest:1.1.0")
'org.jboss.da:bc-rest:war:1.1.0'
<dependency org="org.jboss.da" name="bc-rest" rev="1.1.0">
<artifact name="bc-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='bc-rest', version='1.1.0')
)
libraryDependencies += "org.jboss.da" % "bc-rest" % "1.1.0"
[org.jboss.da/bc-rest "1.1.0"]