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