GroupId | GroupIdtz.co.asoft |
---|---|
ArtifactId | ArtifactIdtheme-core |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
theme-core-0.0.1.pom | |
theme-core-0.0.1-sources.jar | 261 bytes |
theme-core-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tz.co.asoft/theme-core/ -->
<dependency>
<groupId>tz.co.asoft</groupId>
<artifactId>theme-core</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tz.co.asoft/theme-core/
implementation 'tz.co.asoft:theme-core:0.0.1'
// https://jarcasting.com/artifacts/tz.co.asoft/theme-core/
implementation ("tz.co.asoft:theme-core:0.0.1")
'tz.co.asoft:theme-core:pom:0.0.1'
<dependency org="tz.co.asoft" name="theme-core" rev="0.0.1">
<artifact name="theme-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='tz.co.asoft', module='theme-core', version='0.0.1')
)
libraryDependencies += "tz.co.asoft" % "theme-core" % "0.0.1"
[tz.co.asoft/theme-core "0.0.1"]