| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.basyx |
| ArtifactId | ArtifactIdbasyx.components |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBaSyx Components
BaSyx Off-the-Shelf Components
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| basyx.components-1.1.0.pom | 7 KB |
| basyx.components-1.1.0-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/ -->
<dependency>
<groupId>org.eclipse.basyx</groupId>
<artifactId>basyx.components</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/
implementation 'org.eclipse.basyx:basyx.components:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/
implementation ("org.eclipse.basyx:basyx.components:1.1.0")
'org.eclipse.basyx:basyx.components:jar:1.1.0'
<dependency org="org.eclipse.basyx" name="basyx.components" rev="1.1.0">
<artifact name="basyx.components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.basyx', module='basyx.components', version='1.1.0')
)
libraryDependencies += "org.eclipse.basyx" % "basyx.components" % "1.1.0"
[org.eclipse.basyx/basyx.components "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |