| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторdata-factory-core |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| data-factory-core-1.0.0.pom | |
| data-factory-core-1.0.0.jar | 48 KB |
| data-factory-core-1.0.0-sources.jar | 39 KB |
| data-factory-core-1.0.0-javadoc.jar | 336 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/data-factory-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>data-factory-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/data-factory-core/
implementation 'com.github.houbb:data-factory-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/data-factory-core/
implementation ("com.github.houbb:data-factory-core:1.0.0")
'com.github.houbb:data-factory-core:jar:1.0.0'
<dependency org="com.github.houbb" name="data-factory-core" rev="1.0.0">
<artifact name="data-factory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='data-factory-core', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "data-factory-core" % "1.0.0"
[com.github.houbb/data-factory-core "1.0.0"]