GroupId | GroupIdcom.puresoltechnologies.commons |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.5.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.puresoltechnologies.commons/parent/ -->
<dependency>
<groupId>com.puresoltechnologies.commons</groupId>
<artifactId>parent</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.puresoltechnologies.commons/parent/
implementation 'com.puresoltechnologies.commons:parent:0.5.0'
// https://jarcasting.com/artifacts/com.puresoltechnologies.commons/parent/
implementation ("com.puresoltechnologies.commons:parent:0.5.0")
'com.puresoltechnologies.commons:parent:pom:0.5.0'
<dependency org="com.puresoltechnologies.commons" name="parent" rev="0.5.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.puresoltechnologies.commons', module='parent', version='0.5.0')
)
libraryDependencies += "com.puresoltechnologies.commons" % "parent" % "0.5.0"
[com.puresoltechnologies.commons/parent "0.5.0"]