GroupId | GroupIdcom.sun.jbi |
---|---|
ArtifactId | ArtifactIdcomponentsl |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPOM was created from install:install-file
|
Filename | Size |
---|---|
componentsl-1.0.pom | |
componentsl-1.0.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jbi/componentsl/ -->
<dependency>
<groupId>com.sun.jbi</groupId>
<artifactId>componentsl</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jbi/componentsl/
implementation 'com.sun.jbi:componentsl:1.0'
// https://jarcasting.com/artifacts/com.sun.jbi/componentsl/
implementation ("com.sun.jbi:componentsl:1.0")
'com.sun.jbi:componentsl:jar:1.0'
<dependency org="com.sun.jbi" name="componentsl" rev="1.0">
<artifact name="componentsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jbi', module='componentsl', version='1.0')
)
libraryDependencies += "com.sun.jbi" % "componentsl" % "1.0"
[com.sun.jbi/componentsl "1.0"]