License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.californium |
ArtifactId | ArtifactIdcalifornium-assembly |
Version | Version3.0.0-M4 |
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.0.0-M4.pom | |
californium-assembly-3.0.0-M4.jar | 10 KB |
californium-assembly-3.0.0-M4-sources.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.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.californium/californium-assembly/
implementation 'org.eclipse.californium:californium-assembly:3.0.0-M4'
// https://jarcasting.com/artifacts/org.eclipse.californium/californium-assembly/
implementation ("org.eclipse.californium:californium-assembly:3.0.0-M4")
'org.eclipse.californium:californium-assembly:jar:3.0.0-M4'
<dependency org="org.eclipse.californium" name="californium-assembly" rev="3.0.0-M4">
<artifact name="californium-assembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.californium', module='californium-assembly', version='3.0.0-M4')
)
libraryDependencies += "org.eclipse.californium" % "californium-assembly" % "3.0.0-M4"
[org.eclipse.californium/californium-assembly "3.0.0-M4"]