| Группа | Группаcom.servicelibre |
|---|---|
| Идентификатор | Идентификаторjxsl |
| Версия | Версия0.1.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jxsl-0.1.14.pom | |
| jxsl-0.1.14.jar | 61 KB |
| jxsl-0.1.14-sources.jar | 55 KB |
| jxsl-0.1.14-javadoc.jar | 541 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.servicelibre/jxsl/ -->
<dependency>
<groupId>com.servicelibre</groupId>
<artifactId>jxsl</artifactId>
<version>0.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.servicelibre/jxsl/
implementation 'com.servicelibre:jxsl:0.1.14'
// https://jarcasting.com/artifacts/com.servicelibre/jxsl/
implementation ("com.servicelibre:jxsl:0.1.14")
'com.servicelibre:jxsl:jar:0.1.14'
<dependency org="com.servicelibre" name="jxsl" rev="0.1.14">
<artifact name="jxsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.servicelibre', module='jxsl', version='0.1.14')
)
libraryDependencies += "com.servicelibre" % "jxsl" % "0.1.14"
[com.servicelibre/jxsl "0.1.14"]