| Группа | Группаorg.mandas |
|---|---|
| Идентификатор | Идентификаторlettuce-core-osgi |
| Версия | Версия5.3.7.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/ -->
<dependency>
<groupId>org.mandas</groupId>
<artifactId>lettuce-core-osgi</artifactId>
<version>5.3.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation 'org.mandas:lettuce-core-osgi:5.3.7.RELEASE'
// https://jarcasting.com/artifacts/org.mandas/lettuce-core-osgi/
implementation ("org.mandas:lettuce-core-osgi:5.3.7.RELEASE")
'org.mandas:lettuce-core-osgi:jar:5.3.7.RELEASE'
<dependency org="org.mandas" name="lettuce-core-osgi" rev="5.3.7.RELEASE">
<artifact name="lettuce-core-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mandas', module='lettuce-core-osgi', version='5.3.7.RELEASE')
)
libraryDependencies += "org.mandas" % "lettuce-core-osgi" % "5.3.7.RELEASE"
[org.mandas/lettuce-core-osgi "5.3.7.RELEASE"]