GroupId | GroupIdcom.gitlab.lae.stack.source |
---|---|
ArtifactId | ArtifactIdstack-source |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
stack-source-0.3.pom | |
stack-source-0.3.jar | 14 KB |
stack-source-0.3-sources.jar | 5 KB |
stack-source-0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source/ -->
<dependency>
<groupId>com.gitlab.lae.stack.source</groupId>
<artifactId>stack-source</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source/
implementation 'com.gitlab.lae.stack.source:stack-source:0.3'
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source/
implementation ("com.gitlab.lae.stack.source:stack-source:0.3")
'com.gitlab.lae.stack.source:stack-source:jar:0.3'
<dependency org="com.gitlab.lae.stack.source" name="stack-source" rev="0.3">
<artifact name="stack-source" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.lae.stack.source', module='stack-source', version='0.3')
)
libraryDependencies += "com.gitlab.lae.stack.source" % "stack-source" % "0.3"
[com.gitlab.lae.stack.source/stack-source "0.3"]