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