GroupId | GroupIdcom.gitlab.lae.stack.source |
---|---|
ArtifactId | ArtifactIdstack-source-processor |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-processor/ -->
<dependency>
<groupId>com.gitlab.lae.stack.source</groupId>
<artifactId>stack-source-processor</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-processor/
implementation 'com.gitlab.lae.stack.source:stack-source-processor:0.4.1'
// https://jarcasting.com/artifacts/com.gitlab.lae.stack.source/stack-source-processor/
implementation ("com.gitlab.lae.stack.source:stack-source-processor:0.4.1")
'com.gitlab.lae.stack.source:stack-source-processor:jar:0.4.1'
<dependency org="com.gitlab.lae.stack.source" name="stack-source-processor" rev="0.4.1">
<artifact name="stack-source-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.lae.stack.source', module='stack-source-processor', version='0.4.1')
)
libraryDependencies += "com.gitlab.lae.stack.source" % "stack-source-processor" % "0.4.1"
[com.gitlab.lae.stack.source/stack-source-processor "0.4.1"]