GroupId | GroupIdcom.basistech |
---|---|
ArtifactId | ArtifactIdopen-source-parent |
Version | Version0.1.2 |
Type | Typepom |
Filename | Size |
---|---|
open-source-parent-0.1.2.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.basistech/open-source-parent/ -->
<dependency>
<groupId>com.basistech</groupId>
<artifactId>open-source-parent</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/open-source-parent/
implementation 'com.basistech:open-source-parent:0.1.2'
// https://jarcasting.com/artifacts/com.basistech/open-source-parent/
implementation ("com.basistech:open-source-parent:0.1.2")
'com.basistech:open-source-parent:pom:0.1.2'
<dependency org="com.basistech" name="open-source-parent" rev="0.1.2">
<artifact name="open-source-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='open-source-parent', version='0.1.2')
)
libraryDependencies += "com.basistech" % "open-source-parent" % "0.1.2"
[com.basistech/open-source-parent "0.1.2"]