GroupId | GroupIdcom.avanza.gs |
---|---|
ArtifactId | ArtifactIdgs-test-parent |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
gs-test-parent-2.1.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avanza.gs/gs-test-parent/ -->
<dependency>
<groupId>com.avanza.gs</groupId>
<artifactId>gs-test-parent</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.avanza.gs/gs-test-parent/
implementation 'com.avanza.gs:gs-test-parent:2.1.1'
// https://jarcasting.com/artifacts/com.avanza.gs/gs-test-parent/
implementation ("com.avanza.gs:gs-test-parent:2.1.1")
'com.avanza.gs:gs-test-parent:pom:2.1.1'
<dependency org="com.avanza.gs" name="gs-test-parent" rev="2.1.1">
<artifact name="gs-test-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.avanza.gs', module='gs-test-parent', version='2.1.1')
)
libraryDependencies += "com.avanza.gs" % "gs-test-parent" % "2.1.1"
[com.avanza.gs/gs-test-parent "2.1.1"]