| Лицензия |
Лицензия |
|---|---|
| Группа | Группаse.kth.castor |
| Идентификатор | Идентификаторyajta |
| Версия | Версия2.0.2 |
| Тип | Типpom |
| Описание |
Описаниеyajta
Yajta is an extensible java agent for byte code probe insertion (at load time or offline) built on top of javassist.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| yajta-2.0.2.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/se.kth.castor/yajta/ -->
<dependency>
<groupId>se.kth.castor</groupId>
<artifactId>yajta</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.kth.castor/yajta/
implementation 'se.kth.castor:yajta:2.0.2'
// https://jarcasting.com/artifacts/se.kth.castor/yajta/
implementation ("se.kth.castor:yajta:2.0.2")
'se.kth.castor:yajta:pom:2.0.2'
<dependency org="se.kth.castor" name="yajta" rev="2.0.2">
<artifact name="yajta" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.kth.castor', module='yajta', version='2.0.2')
)
libraryDependencies += "se.kth.castor" % "yajta" % "2.0.2"
[se.kth.castor/yajta "2.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |