GroupId | GroupIdorg.carrot2.attributes |
---|---|
ArtifactId | ArtifactIdattributes-parent |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
attributes-parent-1.0.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/ -->
<dependency>
<groupId>org.carrot2.attributes</groupId>
<artifactId>attributes-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/
implementation 'org.carrot2.attributes:attributes-parent:1.0.0'
// https://jarcasting.com/artifacts/org.carrot2.attributes/attributes-parent/
implementation ("org.carrot2.attributes:attributes-parent:1.0.0")
'org.carrot2.attributes:attributes-parent:pom:1.0.0'
<dependency org="org.carrot2.attributes" name="attributes-parent" rev="1.0.0">
<artifact name="attributes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.carrot2.attributes', module='attributes-parent', version='1.0.0')
)
libraryDependencies += "org.carrot2.attributes" % "attributes-parent" % "1.0.0"
[org.carrot2.attributes/attributes-parent "1.0.0"]