| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers |
| Группа | Группаorg.glassfish.jaxb |
| Идентификатор | Идентификаторcodemodel |
| Последняя версия | Последняя версия4.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCodemodel Core
The core functionality of the CodeModel java source code generation library
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| codemodel-4.0.0.pom | |
| codemodel-4.0.0.jar | 158 KB |
| codemodel-4.0.0-sources.jar | 118 KB |
| codemodel-4.0.0-javadoc.jar | 937 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel/ -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel/
implementation 'org.glassfish.jaxb:codemodel:4.0.0'
// https://jarcasting.com/artifacts/org.glassfish.jaxb/codemodel/
implementation ("org.glassfish.jaxb:codemodel:4.0.0")
'org.glassfish.jaxb:codemodel:jar:4.0.0'
<dependency org="org.glassfish.jaxb" name="codemodel" rev="4.0.0">
<artifact name="codemodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jaxb', module='codemodel', version='4.0.0')
)
libraryDependencies += "org.glassfish.jaxb" % "codemodel" % "4.0.0"
[org.glassfish.jaxb/codemodel "4.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| com.google.code.javaparser : javaparser | jar | 1.0.11 |