| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.kirgor.enklib |
| Идентификатор | Идентификаторcompile |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnklib Compile
Library for runtime in-memory compiling of Java classes.
|
| Имя Файла | Размер |
|---|---|
| compile-0.1.pom | |
| compile-0.1.jar | 7 KB |
| compile-0.1-sources.jar | 3 KB |
| compile-0.1-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kirgor.enklib/compile/ -->
<dependency>
<groupId>com.kirgor.enklib</groupId>
<artifactId>compile</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kirgor.enklib/compile/
implementation 'com.kirgor.enklib:compile:0.1'
// https://jarcasting.com/artifacts/com.kirgor.enklib/compile/
implementation ("com.kirgor.enklib:compile:0.1")
'com.kirgor.enklib:compile:jar:0.1'
<dependency org="com.kirgor.enklib" name="compile" rev="0.1">
<artifact name="compile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kirgor.enklib', module='compile', version='0.1')
)
libraryDependencies += "com.kirgor.enklib" % "compile" % "0.1"
[com.kirgor.enklib/compile "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |