GroupId | GroupIdcom.github.resource4j |
---|---|
ArtifactId | ArtifactIdresource4j-parent |
Version | Version2.0.2 |
Type | Typepom |
Filename | Size |
---|---|
resource4j-parent-2.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/
implementation 'com.github.resource4j:resource4j-parent:2.0.2'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-parent/
implementation ("com.github.resource4j:resource4j-parent:2.0.2")
'com.github.resource4j:resource4j-parent:pom:2.0.2'
<dependency org="com.github.resource4j" name="resource4j-parent" rev="2.0.2">
<artifact name="resource4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-parent', version='2.0.2')
)
libraryDependencies += "com.github.resource4j" % "resource4j-parent" % "2.0.2"
[com.github.resource4j/resource4j-parent "2.0.2"]