GroupId | GroupIdorg.kuali.pom |
---|---|
ArtifactId | ArtifactIdkfs-common |
Version | Version0.0.5 |
Type | Typepom |
Filename | Size |
---|---|
kfs-common-0.0.5.pom | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.pom/kfs-common/ -->
<dependency>
<groupId>org.kuali.pom</groupId>
<artifactId>kfs-common</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.pom/kfs-common/
implementation 'org.kuali.pom:kfs-common:0.0.5'
// https://jarcasting.com/artifacts/org.kuali.pom/kfs-common/
implementation ("org.kuali.pom:kfs-common:0.0.5")
'org.kuali.pom:kfs-common:pom:0.0.5'
<dependency org="org.kuali.pom" name="kfs-common" rev="0.0.5">
<artifact name="kfs-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kuali.pom', module='kfs-common', version='0.0.5')
)
libraryDependencies += "org.kuali.pom" % "kfs-common" % "0.0.5"
[org.kuali.pom/kfs-common "0.0.5"]