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