License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.basyx |
ArtifactId | ArtifactIdbasyx.components |
Version | Version1.0.2 |
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.0.2.pom | 7 KB |
basyx.components-1.0.2-tests.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/ -->
<dependency>
<groupId>org.eclipse.basyx</groupId>
<artifactId>basyx.components</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/
implementation 'org.eclipse.basyx:basyx.components:1.0.2'
// https://jarcasting.com/artifacts/org.eclipse.basyx/basyx.components/
implementation ("org.eclipse.basyx:basyx.components:1.0.2")
'org.eclipse.basyx:basyx.components:jar:1.0.2'
<dependency org="org.eclipse.basyx" name="basyx.components" rev="1.0.2">
<artifact name="basyx.components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.basyx', module='basyx.components', version='1.0.2')
)
libraryDependencies += "org.eclipse.basyx" % "basyx.components" % "1.0.2"
[org.eclipse.basyx/basyx.components "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |