| GroupId | GroupIdcom.ovea.tajin.samples |
|---|---|
| ArtifactId | ArtifactIdaggregation |
| Version | Version1.0.b1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| aggregation-1.0.b1.pom | |
| aggregation-1.0.b1.war | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ovea.tajin.samples/aggregation/ -->
<dependency>
<groupId>com.ovea.tajin.samples</groupId>
<artifactId>aggregation</artifactId>
<version>1.0.b1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ovea.tajin.samples/aggregation/
implementation 'com.ovea.tajin.samples:aggregation:1.0.b1'
// https://jarcasting.com/artifacts/com.ovea.tajin.samples/aggregation/
implementation ("com.ovea.tajin.samples:aggregation:1.0.b1")
'com.ovea.tajin.samples:aggregation:war:1.0.b1'
<dependency org="com.ovea.tajin.samples" name="aggregation" rev="1.0.b1">
<artifact name="aggregation" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin.samples', module='aggregation', version='1.0.b1')
)
libraryDependencies += "com.ovea.tajin.samples" % "aggregation" % "1.0.b1"
[com.ovea.tajin.samples/aggregation "1.0.b1"]