| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.tie |
| Идентификатор | Идентификаторtie-ext |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеTie Method Interception - Extensions
Tie is a lightweight library for dynamic method interception.
|
| Имя Файла | Размер |
|---|---|
| tie-ext-1.2.pom | |
| tie-ext-1.2.jar | 48 KB |
| tie-ext-1.2-sources.jar | 15 KB |
| tie-ext-1.2-javadoc.jar | 155 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.tie/tie-ext/ -->
<dependency>
<groupId>net.sf.tie</groupId>
<artifactId>tie-ext</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tie/tie-ext/
implementation 'net.sf.tie:tie-ext:1.2'
// https://jarcasting.com/artifacts/net.sf.tie/tie-ext/
implementation ("net.sf.tie:tie-ext:1.2")
'net.sf.tie:tie-ext:jar:1.2'
<dependency org="net.sf.tie" name="tie-ext" rev="1.2">
<artifact name="tie-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tie', module='tie-ext', version='1.2')
)
libraryDependencies += "net.sf.tie" % "tie-ext" % "1.2"
[net.sf.tie/tie-ext "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.tie : tie-core | jar | 1.2 |
| org.springframework : spring-context Необязательный | jar | 1.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |