Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.da |
ArtifactId | ArtifactIdreports-model |
Version | Version1.3.2 |
Type | Typeejb |
Filename | Size |
---|---|
reports-model-1.3.2.pom | |
reports-model-1.3.2.jar | 57 KB |
reports-model-1.3.2-sources.jar | 25 KB |
reports-model-1.3.2-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.da/reports-model/ -->
<dependency>
<groupId>org.jboss.da</groupId>
<artifactId>reports-model</artifactId>
<version>1.3.2</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.da/reports-model/
implementation 'org.jboss.da:reports-model:1.3.2'
// https://jarcasting.com/artifacts/org.jboss.da/reports-model/
implementation ("org.jboss.da:reports-model:1.3.2")
'org.jboss.da:reports-model:ejb:1.3.2'
<dependency org="org.jboss.da" name="reports-model" rev="1.3.2">
<artifact name="reports-model" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.jboss.da', module='reports-model', version='1.3.2')
)
libraryDependencies += "org.jboss.da" % "reports-model" % "1.3.2"
[org.jboss.da/reports-model "1.3.2"]