Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.com4j |
ArtifactId | ArtifactIdcom4j-parent |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
com4j-parent-2.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.com4j/com4j-parent/ -->
<dependency>
<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.com4j/com4j-parent/
implementation 'org.jvnet.com4j:com4j-parent:2.0'
// https://jarcasting.com/artifacts/org.jvnet.com4j/com4j-parent/
implementation ("org.jvnet.com4j:com4j-parent:2.0")
'org.jvnet.com4j:com4j-parent:pom:2.0'
<dependency org="org.jvnet.com4j" name="com4j-parent" rev="2.0">
<artifact name="com4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.com4j', module='com4j-parent', version='2.0')
)
libraryDependencies += "org.jvnet.com4j" % "com4j-parent" % "2.0"
[org.jvnet.com4j/com4j-parent "2.0"]