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