GroupId | GroupIdinfo.kwarc.sally4.comm |
---|---|
ArtifactId | ArtifactIdcomm-parent |
Version | Version0.0.7 |
Type | Typepom |
Filename | Size |
---|---|
comm-parent-0.0.7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.kwarc.sally4.comm/comm-parent/ -->
<dependency>
<groupId>info.kwarc.sally4.comm</groupId>
<artifactId>comm-parent</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.kwarc.sally4.comm/comm-parent/
implementation 'info.kwarc.sally4.comm:comm-parent:0.0.7'
// https://jarcasting.com/artifacts/info.kwarc.sally4.comm/comm-parent/
implementation ("info.kwarc.sally4.comm:comm-parent:0.0.7")
'info.kwarc.sally4.comm:comm-parent:pom:0.0.7'
<dependency org="info.kwarc.sally4.comm" name="comm-parent" rev="0.0.7">
<artifact name="comm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.kwarc.sally4.comm', module='comm-parent', version='0.0.7')
)
libraryDependencies += "info.kwarc.sally4.comm" % "comm-parent" % "0.0.7"
[info.kwarc.sally4.comm/comm-parent "0.0.7"]