| GroupId | GroupIdexcalibur | 
|---|---|
| ArtifactId | ArtifactIdexcalibur-component | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| excalibur-component-1.0.pom | |
| excalibur-component-1.0.jar | 74 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/excalibur/excalibur-component/ -->
<dependency>
    <groupId>excalibur</groupId>
    <artifactId>excalibur-component</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/excalibur/excalibur-component/
implementation 'excalibur:excalibur-component:1.0'// https://jarcasting.com/artifacts/excalibur/excalibur-component/
implementation ("excalibur:excalibur-component:1.0")'excalibur:excalibur-component:jar:1.0'<dependency org="excalibur" name="excalibur-component" rev="1.0">
  <artifact name="excalibur-component" type="jar" />
</dependency>@Grapes(
@Grab(group='excalibur', module='excalibur-component', version='1.0')
)libraryDependencies += "excalibur" % "excalibur-component" % "1.0"[excalibur/excalibur-component "1.0"]