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