GroupId | GroupIdcom.github.markash |
---|---|
ArtifactId | ArtifactIdcomponents-theme |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
components-theme-0.3.1.pom | |
components-theme-0.3.1.jar | 2 MB |
components-theme-0.3.1-sources.jar | 2 MB |
components-theme-0.3.1-javadoc.jar | 337 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markash/components-theme/ -->
<dependency>
<groupId>com.github.markash</groupId>
<artifactId>components-theme</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markash/components-theme/
implementation 'com.github.markash:components-theme:0.3.1'
// https://jarcasting.com/artifacts/com.github.markash/components-theme/
implementation ("com.github.markash:components-theme:0.3.1")
'com.github.markash:components-theme:jar:0.3.1'
<dependency org="com.github.markash" name="components-theme" rev="0.3.1">
<artifact name="components-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markash', module='components-theme', version='0.3.1')
)
libraryDependencies += "com.github.markash" % "components-theme" % "0.3.1"
[com.github.markash/components-theme "0.3.1"]