| Группа | Группаcom.sun.jbi |
|---|---|
| Идентификатор | Идентификаторcomponentsl |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPOM was created from install:install-file
|
| Имя Файла | Размер |
|---|---|
| componentsl-1.0.pom | |
| componentsl-1.0.jar | 105 KB |
| Обзор |
<!-- 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"]