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