Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIddata-factory-api |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
data-factory-api-0.0.4.pom | |
data-factory-api-0.0.4.jar | 4 KB |
data-factory-api-0.0.4-sources.jar | 4 KB |
data-factory-api-0.0.4-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/data-factory-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>data-factory-api</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/data-factory-api/
implementation 'com.github.houbb:data-factory-api:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/data-factory-api/
implementation ("com.github.houbb:data-factory-api:0.0.4")
'com.github.houbb:data-factory-api:jar:0.0.4'
<dependency org="com.github.houbb" name="data-factory-api" rev="0.0.4">
<artifact name="data-factory-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='data-factory-api', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "data-factory-api" % "0.0.4"
[com.github.houbb/data-factory-api "0.0.4"]