| Группа | Группаcom.lifeonwalden |
|---|---|
| Идентификатор | ИдентификаторDDLGenerator |
| Версия | Версия2.1.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| DDLGenerator-2.1.1.pom | |
| DDLGenerator-2.1.1.jar | 163 KB |
| DDLGenerator-2.1.1-sources.jar | 93 KB |
| DDLGenerator-2.1.1-javadoc.jar | 755 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/DDLGenerator/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>DDLGenerator</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/DDLGenerator/
implementation 'com.lifeonwalden:DDLGenerator:2.1.1'
// https://jarcasting.com/artifacts/com.lifeonwalden/DDLGenerator/
implementation ("com.lifeonwalden:DDLGenerator:2.1.1")
'com.lifeonwalden:DDLGenerator:jar:2.1.1'
<dependency org="com.lifeonwalden" name="DDLGenerator" rev="2.1.1">
<artifact name="DDLGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='DDLGenerator', version='2.1.1')
)
libraryDependencies += "com.lifeonwalden" % "DDLGenerator" % "2.1.1"
[com.lifeonwalden/DDLGenerator "2.1.1"]