GroupId | GroupIdcom.github.xiaoymin |
---|---|
ArtifactId | ArtifactIdtemplate-factory-core |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
template-factory-core-1.4.pom | |
template-factory-core-1.4.jar | 49 KB |
template-factory-core-1.4-sources.jar | 38 KB |
template-factory-core-1.4-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory-core/ -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>template-factory-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory-core/
implementation 'com.github.xiaoymin:template-factory-core:1.4'
// https://jarcasting.com/artifacts/com.github.xiaoymin/template-factory-core/
implementation ("com.github.xiaoymin:template-factory-core:1.4")
'com.github.xiaoymin:template-factory-core:jar:1.4'
<dependency org="com.github.xiaoymin" name="template-factory-core" rev="1.4">
<artifact name="template-factory-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='template-factory-core', version='1.4')
)
libraryDependencies += "com.github.xiaoymin" % "template-factory-core" % "1.4"
[com.github.xiaoymin/template-factory-core "1.4"]