| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.typeunsafe |
| Идентификатор | Идентификаторlate-bound |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеLate-Bound
A no-fluff late-binding helper for Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| late-bound-0.1.pom | |
| late-bound-0.1.jar | 1 KB |
| late-bound-0.1-sources.jar | 2 KB |
| late-bound-0.1-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.typeunsafe/late-bound/ -->
<dependency>
<groupId>org.typeunsafe</groupId>
<artifactId>late-bound</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.typeunsafe/late-bound/
implementation 'org.typeunsafe:late-bound:0.1'
// https://jarcasting.com/artifacts/org.typeunsafe/late-bound/
implementation ("org.typeunsafe:late-bound:0.1")
'org.typeunsafe:late-bound:jar:0.1'
<dependency org="org.typeunsafe" name="late-bound" rev="0.1">
<artifact name="late-bound" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typeunsafe', module='late-bound', version='0.1')
)
libraryDependencies += "org.typeunsafe" % "late-bound" % "0.1"
[org.typeunsafe/late-bound "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.6.1 |