License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.californium |
ArtifactId | ArtifactIdcalifornium-assembly |
Version | Version3.5.0 |
Type | Typejar |
Description |
DescriptionCalifornium (Cf) Custom Assembly Descriptors
The set of custom assembly descriptors used for Californium.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
californium-assembly-3.5.0.pom | |
californium-assembly-3.5.0.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.californium/californium-assembly/ -->
<dependency>
<groupId>org.eclipse.californium</groupId>
<artifactId>californium-assembly</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.californium/californium-assembly/
implementation 'org.eclipse.californium:californium-assembly:3.5.0'
// https://jarcasting.com/artifacts/org.eclipse.californium/californium-assembly/
implementation ("org.eclipse.californium:californium-assembly:3.5.0")
'org.eclipse.californium:californium-assembly:jar:3.5.0'
<dependency org="org.eclipse.californium" name="californium-assembly" rev="3.5.0">
<artifact name="californium-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.californium', module='californium-assembly', version='3.5.0')
)
libraryDependencies += "org.eclipse.californium" % "californium-assembly" % "3.5.0"
[org.eclipse.californium/californium-assembly "3.5.0"]